| sidebar tmpl
Chuck in sidebar_leftopen.tmpl the following code invoke a block showing either random images, most popular or highest rated - i need to tweak that block so it conforms with others but am unsure where to do this - i can't see a randompal.tmpl for example - where do i change things so the block which shows random images, most popular or highest rated can be altered - thnx
if ( $Globals['randompal'] == "yes" ) {
echo "<div id=\"randompal\">";
display_gallery("random", "", "", 1, 4, 1);
echo "</div>";
}
|