include "../ads/sponsors.php"; <-- list of images and links in an array..
shuffle($links);
$linkstoshow = 4;
for($i=0; $i<$linkstoshow; $i++)
{
echo("<a href='" . $links[$i][0] . "'><img src=" . $links[$i][1] . " border=0></a><br />\n" .
"<img src='../spacer.gif'width=1 height=5><br>\n"
);
}
Posts: 27300
http://smarty.php.net/manual/en/language.function.php.php
if you areine using the matrix theme then sidbar.tpl is the file you want to edit.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team || G2 Theme Contest!
Posts: 4
Thank you floridave !!!!!!!!!!!!!!!!