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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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