Advanced search  

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]

Pages: [1]   Go Down

Author Topic: what file contains the 'tabs' html and what should i edit in  (Read 3169 times)

0 Members and 1 Guest are viewing this topic.

bit bit spears

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 240
    • TangibleBrit.com
what file contains the 'tabs' html and what should i edit in
« on: March 29, 2004, 01:39:23 am »

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
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
what file contains the 'tabs' html and what should i edit in
« Reply #1 on: March 29, 2004, 08:10:33 am »

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

GauGau
Logged

bit bit spears

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 240
    • TangibleBrit.com
what file contains the 'tabs' html and what should i edit in
« Reply #2 on: March 30, 2004, 12:53:40 am »

thanxya~!
Logged

bit bit spears

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 240
    • TangibleBrit.com
what file contains the 'tabs' html and what should i edit in
« Reply #3 on: March 30, 2004, 01:55:30 am »

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

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

Code: [Select]
// 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"
    );
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.