<?php
echo theme('imagecache', $preset, $imagepath, $alt, $image_title)
?>
Can be use in node.tpl.php
在 node.tpl.php 內可用
$preset is the machine name in imagecache UI
其中 $preset 是imagecache profile 的 machine name
<?php
echo theme('imagecache', $preset, $imagepath, $alt, $image_title)
?>
Can be use in node.tpl.php
在 node.tpl.php 內可用
$preset is the machine name in imagecache UI
其中 $preset 是imagecache profile 的 machine name