coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: popupbob on February 06, 2007, 03:32:45 AM

Title: How do I add {TITLE} under thumbnails on my frontpage?
Post by: popupbob on February 06, 2007, 03:32:45 AM
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  :-\
Title: Re: How do I add {TITLE} under thumbnails on my frontpage?
Post by: Joachim Müller on February 06, 2007, 08:19:48 AM
Link?