Coppermine: Get rid of Album / Page count for categories.

Technical Q&A involving operating systems, networking, software, and hardware issues.

Moderator: jasonb

Post Reply
User avatar
jasonb
Site Administrator
Posts: 105
Joined: Tue Apr 22, 2003 1:54 pm
Location: Toronto, Canada
Contact:

Coppermine: Get rid of Album / Page count for categories.

Post by jasonb »

To get rid of the Album / Page count footer at the bottom of each category, edit include/themes.inc.php, line 1137, and replace:

Code: Select all

$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",
with:

Code: Select all

$template_tab_display = array('left_text' => "\n",
Post Reply