
Маленький theme snippet для вставки изображений с использованием модуля imagecache
<?php
$text = $file->description ? $file->description : $file->filename;
$img = theme('imagecache', 't', $file->filepath, $text, $text, array('class' => 'imagetype'));
$link = l($img, $file->filepath, array(), NULL, NULL, FALSE, TRUE);
?>
Отправить новый комментарий