There are 2 templates: - $feature
- $customfeature (no image info)
Extra Image Info:
Code:
$feature .= <<<PPPRINT
<td align="center" class="alt1">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="background: url({$data_dir}{$pcat}/thumbs/$photo); background-color: #000000; background-repeat: no-repeat; background-position: center;"><a href="{$url_path}/showphoto.php?photo={$pid}">$sthumb</a></td>
</tr>
</table>
<font size="1" face="verdana,arial"><!--{$ptitle}<br />-->
by {$puser}<br />
· · ·<br />
<a href="{$url_path}/showgallery.php?cat={$pcat}">$catname</a><br />
$cphotos photos<br />$cposts comments<br /></font>
</td>
PPPRINT;
1) Add Title of Image
Find and remove RED:
Code:
<!--{$ptitle}<br />-->
FAQs: