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.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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