News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

what file contains the 'tabs' html and what should i edit in

Started by bit bit spears, March 29, 2004, 01:39:23 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bit bit spears

hey!  8) what file contains the 'tabs' html and what should i edit in that file to change that text?

*i've looked and had no luck* :cry:

thanks in advance

Joachim Müller

in themes/yourtheme/theme.php, find // Template used for tabbed displayand edit the stuff that comes right after it.

GauGau

bit bit spears


bit bit spears

i assume that this controls the links on the pages of the thumbs/albums for

'1 2 3 ... 304' page links?

// Template used for tabbed display
$template_tab_display = array('left_text' => '<td width="100%%" align="left" valign="middle" class="tableh1_compact" style="white-space: nowrap"><b>{LEFT_TEXT}</b></td>' . "\n",
    'tab_header' => '',
    'tab_trailer' => '',
    'active_tab' => '<td><img src="images/spacer.gif" width="1" height="1"></td>' . "\n" . '<td align="center" valign="middle" class="tableb_compact"><b>%d</b></td>',
    'inactive_tab' => '<td><img src="images/spacer.gif" width="1" height="1"></td>' . "\n" . '<td align="center" valign="middle" class="navmenu"><a href="{LINK}"<b>%d</b></a></td>' . "\n"
    );