DrupalBin
Submit Code
About
Recent Posts
Code
4 min 48 sec
ago
Fix for Code
1 hour 18 min
ago
Code
1 hour 19 min
ago
example array
1 hour 30 min
ago
more
Tags
CCK
fapi
javascript
jquery
menu
module
Panels
simpletest
template.php
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
views_ajax show thumbnail
View
Download
Fix
May 26, 2008 - 9:10pm — Anonymous
function
theme_views_ajax_page_item
(
$node
)
{
$file
=
current
(
$node
->
files
)
;
l
(
theme
(
'image'
,
$file
->
filepath
,
NULL
,
NULL
,
array
(
'border'
=>
0
)
)
,
$path
,
NULL
,
NULL
,
NULL
,
NULL
,
TRUE
)
;
}
ajax
Custom theme
views