hey everyone,
I wanted my random pic to display the album name as well as the picture, so I added this code and changed my ssi call to say "ssi=3;"
# show album title if ssi=3
if ($::ssi eq 3)
{
$object_html.="<center>from album <br/> <a href=\"$::albumprog?album=$::middle$temp\"> $::middle </a> \n </center>";
}
before
# Close table
if ($mode)
{
$object_html.="</td></tr></table>\n";
}
# Close page
if ($::ssi eq 2)
{
$object_html.="</body></html>\n";
}it works!
-cris