How do I add {TITLE} under thumbnails on my frontpage? How do I add {TITLE} under thumbnails on my frontpage?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

How do I add {TITLE} under thumbnails on my frontpage?

Started by popupbob, February 06, 2007, 03:32:45 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

popupbob

I have 3 thumbnails showned when people enter my frontpage (index.php) ..but,
I cant seem to add the {TITLE} underneth these pics.

// HTML template for thumbnails display

if (!isset($template_thumbnail_view))  //{THEMES}
$template_thumbnail_view = <<<EOT
.....
<!-- BEGIN thumb_cell -->
      <td class="thumbnails"><a href="{LINK_TGT}">{THUMB}<br>{TITLE}<br /></a></td>
<!-- END thumb_cell -->
.....


..this way doesnt seem to work  :-\

Joachim Müller