how do I remove the double arrows in the sys menu and sub menu? (the >> in the links on www.mydpnet.com)
look in the theme.php file from your custom theme for
$template_sys_menu_spacer =">>";
and change to
$template_sys_menu_spacer ="";
<?php
// ------------------------------------------------------------------------- //
// Coppermine Photo Gallery 1.4.3 //
// ------------------------------------------------------------------------- //
// Copyright (C) 2002-2006 Gregory DEMAR //
// http://www.chezgreg.net/coppermine/ //
// ------------------------------------------------------------------------- //
// Updated by the Coppermine Dev Team //
// (http://coppermine.sf.net/team/) //
// see /docs/credits.html for details //
// ------------------------------------------------------------------------- //
// This program is free software; you can redistribute it and/or modify //
// it under the terms of the GNU General Public License as published by //
// the Free Software Foundation; either version 2 of the License, or //
// (at your option) any later version. //
// ------------------------------------------------------------------------- //
// $Id: theme.php,v 1.40 2004/08/13 04:25:05 gaugau Exp $
// ------------------------------------------------------------------------- //
define('THEME_HAS_RATING_GRAPHICS', 1);
define('THEME_HAS_NAVBAR_GRAPHICS', 1);
define('THEME_HAS_NO_SYS_MENU_BUTTONS', 1);
define('THEME_HAS_NO_SUB_MENU_BUTTONS', 1);
define('THEME_IS_XHTML10_TRANSITIONAL',1);
// HTML template for sys menu
$template_sys_menu = <<<EOT
<!-- BEGIN home -->
<img src="http://mydpnet.com/images/icons/application_home.png"/> <a href="{HOME_TGT}" class="navmenu">»{HOME_LNK}</a>
<!-- END home -->
<!-- BEGIN my_gallery -->
<img src="http://mydpnet.com/images/icons/application_view_gallery.png"/> <a href="{MY_GAL_TGT}" title="{MY_GAL_TITLE}" class="navmenu">»{MY_GAL_LNK}</a>
<!-- END my_gallery -->
<!-- BEGIN allow_memberlist -->
<a href="{MEMBERLIST_TGT}" title="{MEMBERLIST_TITLE}" class="navmenu">»{MEMBERLIST_LNK}</a>
<!-- END allow_memberlist -->
<!-- BEGIN my_profile -->
<img src="http://mydpnet.com/images/icons/user_edit.png"/> <a href="{MY_PROF_TGT}" title="{MY_PROF_LNK}" class="navmenu">»{MY_PROF_LNK}</a>
<!-- END my_profile -->
<!-- BEGIN faq -->
<img src="http://mydpnet.com/images/icons/comment_edit.png"/><a href="{FAQ_TGT}" title="{FAQ_TITLE}" class="navmenu">»{FAQ_LNK}</a>
<!-- END faq -->
<!-- BEGIN enter_admin_mode -->
<a href="{ADM_MODE_TGT}" title="{ADM_MODE_TITLE}" class="navmenu">»{ADM_MODE_LNK}</a>
<!-- END enter_admin_mode -->
<!-- BEGIN leave_admin_mode -->
<a href="{USR_MODE_TGT}" title="{USR_MODE_TITLE}" class="navmenu">»{USR_MODE_LNK}</a>
<!-- END leave_admin_mode -->
<!-- BEGIN upload_pic -->
<img src="http://mydpnet.com/images/icons/photo_add.png"/><a href="{UPL_PIC_TGT}" title="{UPL_PIC_TITLE}" class="navmenu">»{UPL_PIC_LNK}</a>
<!-- END upload_pic -->
<!-- BEGIN register -->
<img src="http://mydpnet.com/images/icons/tick.png"/><a href="{REGISTER_TGT}" title="{REGISTER_TITLE}" class="navmenu">»{REGISTER_LNK}</a>
<!-- END register -->
<!-- BEGIN login -->
<img src="http://mydpnet.com/photos/themes/simplicity/images/accept.png"/><a href="{LOGIN_TGT}" title="{LOGIN_LNK}" class="navmenu">»{LOGIN_LNK}</a>
<!-- END login -->
<!-- BEGIN logout -->
<img src="http://mydpnet.com/photos/themes/simplicity/images/cancel.png"/><a href="{LOGOUT_TGT}" title="{LOGOUT_LNK}" class="navmenu">»{LOGOUT_LNK}</a>
<!-- END logout -->
EOT;
// HTML template for sub menu
$template_sub_menu = <<<EOT
<!-- BEGIN custom_link -->
<a href="{CUSTOM_LNK_TGT}" title="{CUSTOM_LNK_TITLE}" class="navmenu">»{CUSTOM_LNK_LNK}</a>
<!-- END custom_link -->
<!-- BEGIN album_list -->
<img src="http://mydpnet.com/images/icons/application_view_list.png"/><a href="{ALB_LIST_TGT}" title="{ALB_LIST_TITLE}" class="navmenu">»{ALB_LIST_LNK}</a>
<!-- END album_list -->
<img src="http://mydpnet.com/images/icons/arrow_up.png"/><a href="{LASTUP_TGT}" title="{LASTUP_LNK}" class="navmenu">»{LASTUP_LNK}</a>
<img src="http://mydpnet.com/images/icons/comments.png"/><a href="{LASTCOM_TGT}" title="{LASTCOM_LNK}" class="navmenu">»{LASTCOM_LNK}</a>
<img src="http://mydpnet.com/images/icons/star.png"/><a href="{TOPN_TGT}" title="{TOPN_LNK}" class="navmenu">»{TOPN_LNK}</a>
<img src="http://mydpnet.com/images/icons/award_star_gold_2.png"/><a href="{TOPRATED_TGT}" title="{TOPRATED_LNK}" class="navmenu">»{TOPRATED_LNK}</a>
<img src="http://mydpnet.com/images/icons/folder_star.png"/><a href="{FAV_TGT}" title="{FAV_LNK}" class="navmenu">»{FAV_LNK}</a>
<img src="http://mydpnet.com/images/icons/magnifier.png"/><a href="{SEARCH_TGT}" title="{SEARCH_LNK}" class="navmenu">»{SEARCH_LNK}</a>
EOT;
// Added to display flim_strip
function theme_display_film_strip(&$thumb_list, $nbThumb, $album_name, $aid, $cat, $pos, $sort_options, $mode = 'thumb')
{
global $CONFIG, $THEME_DIR;
global $template_film_strip, $lang_film_strip;
static $template = '';
static $thumb_cell = '';
static $empty_cell = '';
static $spacer = '';
if ((!$template)) {
$template = $template_film_strip;
$thumb_cell = template_extract_block($template, 'thumb_cell');
$empty_cell = template_extract_block($template, 'empty_cell');
}
$cat_link = is_numeric($aid) ? '' : '&cat=' . $cat;
$thumbcols = $CONFIG['thumbcols'];
$cell_width = ceil(100 / $CONFIG['max_film_strip_items']) . '%';
$i = 0;
$thumb_strip = '';
foreach($thumb_list as $thumb) {
//modify $new_size for max dimension of thumbnails in filmstrip
$new_size = 65;
preg_match('/(?<=width=")[0-9]*/',$thumb['image'],$matches,PREG_OFFSET_CAPTURE);
$srcWidth=$matches[0][0];
preg_match('/(?<=height=")[0-9]*/',$thumb['image'],$matches,PREG_OFFSET_CAPTURE);
$srcHeight=$matches[0][0];
$ratio = max($srcWidth, $srcHeight) / $new_size;
$ratio = max($ratio, 1.0);
$destWidth = (int)($srcWidth / $ratio);
$destHeight = (int)($srcHeight / $ratio);
$thumb['image']=preg_replace('/width="[^"]*"/','width="'.$destWidth.'"',$thumb['image']);
$thumb['image']=preg_replace('/height="[^"]*"/','height="'.$destHeight.'"',$thumb['image']);
$i++;
if ($mode == 'thumb') {
$params = array('{CELL_WIDTH}' => $cell_width,
'{LINK_TGT}' => "displayimage.php?album=$aid$cat_link&pos={$thumb['pos']}",
'{THUMB}' => $thumb['image'],
'{CAPTION}' => $thumb['caption'],
'{ADMIN_MENU}' => ''
);
} else {
$params = array('{CELL_WIDTH}' => $cell_width,
'{LINK_TGT}' => "index.php?cat={$thumb['cat']}",
'{THUMB}' => $thumb['image'],
'{CAPTION}' => '',
'{ADMIN_MENU}' => ''
);
}
$thumb_strip .= template_eval($thumb_cell, $params);
}
if (defined('THEME_HAS_FILM_STRIP_GRAPHICS')) {
$tile1 = $THEME_DIR . 'images/tile1.gif';
$tile2 = $THEME_DIR . 'images/tile2.gif';
} elseif (defined('THEME_HAS_FILM_STRIP_GRAPHIC')) {
$tile1=$tile2=$THEME_DIR . 'images/tile.gif';
} else {
$tile1=$tile2= 'images/tile.gif';
}
$params = array('{THUMB_STRIP}' => $thumb_strip,
'{COLS}' => $i,
'{TILE1}' => $tile1,
'{TILE2}' => $tile2,
);
ob_start();
starttable($CONFIG['picture_table_width']);
echo template_eval($template, $params);
endtable();
$film_strip = ob_get_contents();
ob_end_clean();
return $film_strip;
}
// HTML template for gallery admin menu
$template_gallery_admin_menu = <<<EOT
<div align="center">
<table cellpadding="0" cellspacing="1">
<tr>
<!-- BEGIN admin_approval -->
<td class="admin_menu" id="admin_menu_anim"><a href="editpics.php?mode=upload_approval" title="{UPL_APP_TITLE}">{UPL_APP_LNK}</a></td>
<!-- END admin_approval -->
<td class="admin_menu"><a href="admin.php" title="{ADMIN_TITLE}">{ADMIN_LNK}</a></td>
<td class="admin_menu"><a href="catmgr.php" title="{CATEGORIES_TITLE}">{CATEGORIES_LNK}</a></td>
<td class="admin_menu"><a href="albmgr.php{CATL}" title="{ALBUMS_TITLE}">{ALBUMS_LNK}</a></td>
<td class="admin_menu"><a href="groupmgr.php" title="{GROUPS_TITLE}">{GROUPS_LNK}</a></td>
<td class="admin_menu"><a href="usermgr.php" title="{USERS_TITLE}">{USERS_LNK}</a></td>
<td class="admin_menu"><a href="banning.php" title="{BAN_TITLE}">{BAN_LNK}</a></td>
</tr><tr>
<td class="admin_menu"><a href="reviewcom.php" title="{COMMENTS_TITLE}">{COMMENTS_LNK}</a></td>
<!-- BEGIN log_ecards -->
<td class="admin_menu"><a href="db_ecard.php" title="{DB_ECARD_TITLE}">{DB_ECARD_LNK}</a></td>
<!-- END log_ecards -->
<td class="admin_menu"><a href="picmgr.php" title="{PICTURES_TITLE}">{PICTURES_LNK}</a></td>
<td class="admin_menu"><a href="searchnew.php" title="{SEARCHNEW_TITLE}">{SEARCHNEW_LNK}</a></td>
<td class="admin_menu"><a href="util.php" title="{UTIL_TITLE}">{UTIL_LNK}</a></td>
<td class="admin_menu"><a href="profile.php?op=edit_profile" title="{MY_PROF_TITLE}">{MY_PROF_LNK}</a></td>
<!-- BEGIN documentation -->
<td class="admin_menu"><a href="{DOCUMENTATION_HREF}" title="{DOCUMENTATION_TITLE}" target="cpg_documentation">{DOCUMENTATION_LNK}</a></td>
<!-- END documentation -->
</tr>
</table>
</div>
EOT;
// HTML template for title row of the thumbnail view (album title + sort options)
$template_thumb_view_title_row = <<<EOT
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" class="statlink"><h2>{ALBUM_NAME}</h2></td>
<td><img src="images/spacer.gif" width="1" alt="" /></td>
<td class="sortorder_cell">
<div class="sortorder_options">
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=td" title="{SORT_TD}">-</a>{TITLE}<a href="thumbnails.php?album={AID}&page={PAGE}&sort=ta" title="{SORT_TA}">+</a>
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=nd" title="{SORT_ND}">-</a>{NAME}<a href="thumbnails.php?album={AID}&page={PAGE}&sort=na" title="{SORT_NA}">+</a>
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=dd" title="{SORT_DD}">-</a>{DATE}<a href="thumbnails.php?album={AID}&page={PAGE}&sort=da" title="{SORT_DA}">+</a>
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=pd" title="{SORT_PD}">-</a>{POSITION}<a href="thumbnails.php?album={AID}&page={PAGE}&sort=pa" title="{SORT_PA}">+</a>
</div>
</td>
</tr>
</table>
EOT;
?>
i can't find that code in my theme.php file. i tried putting it in, but it had no effect.
sorry i forgot to put the code in a code tag.
<?php
// ------------------------------------------------------------------------- //
// Coppermine Photo Gallery 1.4.3 //
// ------------------------------------------------------------------------- //
// Copyright (C) 2002-2006 Gregory DEMAR //
// http://www.chezgreg.net/coppermine/ //
// ------------------------------------------------------------------------- //
// Updated by the Coppermine Dev Team //
// (http://coppermine.sf.net/team/) //
// see /docs/credits.html for details //
// ------------------------------------------------------------------------- //
// This program is free software; you can redistribute it and/or modify //
// it under the terms of the GNU General Public License as published by //
// the Free Software Foundation; either version 2 of the License, or //
// (at your option) any later version. //
// ------------------------------------------------------------------------- //
// $Id: theme.php,v 1.40 2004/08/13 04:25:05 gaugau Exp $
// ------------------------------------------------------------------------- //
define('THEME_HAS_RATING_GRAPHICS', 1);
define('THEME_HAS_NAVBAR_GRAPHICS', 1);
define('THEME_HAS_NO_SYS_MENU_BUTTONS', 1);
define('THEME_HAS_NO_SUB_MENU_BUTTONS', 1);
define('THEME_IS_XHTML10_TRANSITIONAL',1);
// HTML template for sys menu
$template_sys_menu = <<<EOT
<!-- BEGIN home -->
<img src="http://mydpnet.com/images/icons/application_home.png"/> <a href="{HOME_TGT}" class="navmenu">»{HOME_LNK}</a>
<!-- END home -->
<!-- BEGIN my_gallery -->
<img src="http://mydpnet.com/images/icons/application_view_gallery.png"/> <a href="{MY_GAL_TGT}" title="{MY_GAL_TITLE}" class="navmenu">»{MY_GAL_LNK}</a>
<!-- END my_gallery -->
<!-- BEGIN allow_memberlist -->
<a href="{MEMBERLIST_TGT}" title="{MEMBERLIST_TITLE}" class="navmenu">»{MEMBERLIST_LNK}</a>
<!-- END allow_memberlist -->
<!-- BEGIN my_profile -->
<img src="http://mydpnet.com/images/icons/user_edit.png"/> <a href="{MY_PROF_TGT}" title="{MY_PROF_LNK}" class="navmenu">»{MY_PROF_LNK}</a>
<!-- END my_profile -->
<!-- BEGIN faq -->
<img src="http://mydpnet.com/images/icons/comment_edit.png"/><a href="{FAQ_TGT}" title="{FAQ_TITLE}" class="navmenu">»{FAQ_LNK}</a>
<!-- END faq -->
<!-- BEGIN enter_admin_mode -->
<a href="{ADM_MODE_TGT}" title="{ADM_MODE_TITLE}" class="navmenu">»{ADM_MODE_LNK}</a>
<!-- END enter_admin_mode -->
<!-- BEGIN leave_admin_mode -->
<a href="{USR_MODE_TGT}" title="{USR_MODE_TITLE}" class="navmenu">»{USR_MODE_LNK}</a>
<!-- END leave_admin_mode -->
<!-- BEGIN upload_pic -->
<img src="http://mydpnet.com/images/icons/photo_add.png"/><a href="{UPL_PIC_TGT}" title="{UPL_PIC_TITLE}" class="navmenu">»{UPL_PIC_LNK}</a>
<!-- END upload_pic -->
<!-- BEGIN register -->
<img src="http://mydpnet.com/images/icons/tick.png"/><a href="{REGISTER_TGT}" title="{REGISTER_TITLE}" class="navmenu">»{REGISTER_LNK}</a>
<!-- END register -->
<!-- BEGIN login -->
<img src="http://mydpnet.com/photos/themes/simplicity/images/accept.png"/><a href="{LOGIN_TGT}" title="{LOGIN_LNK}" class="navmenu">»{LOGIN_LNK}</a>
<!-- END login -->
<!-- BEGIN logout -->
<img src="http://mydpnet.com/photos/themes/simplicity/images/cancel.png"/><a href="{LOGOUT_TGT}" title="{LOGOUT_LNK}" class="navmenu">»{LOGOUT_LNK}</a>
<!-- END logout -->
EOT;
// HTML template for sub menu
$template_sub_menu = <<<EOT
<!-- BEGIN custom_link -->
<a href="{CUSTOM_LNK_TGT}" title="{CUSTOM_LNK_TITLE}" class="navmenu">»{CUSTOM_LNK_LNK}</a>
<!-- END custom_link -->
<!-- BEGIN album_list -->
<img src="http://mydpnet.com/images/icons/application_view_list.png"/><a href="{ALB_LIST_TGT}" title="{ALB_LIST_TITLE}" class="navmenu">»{ALB_LIST_LNK}</a>
<!-- END album_list -->
<img src="http://mydpnet.com/images/icons/arrow_up.png"/><a href="{LASTUP_TGT}" title="{LASTUP_LNK}" class="navmenu">»{LASTUP_LNK}</a>
<img src="http://mydpnet.com/images/icons/comments.png"/><a href="{LASTCOM_TGT}" title="{LASTCOM_LNK}" class="navmenu">»{LASTCOM_LNK}</a>
<img src="http://mydpnet.com/images/icons/star.png"/><a href="{TOPN_TGT}" title="{TOPN_LNK}" class="navmenu">»{TOPN_LNK}</a>
<img src="http://mydpnet.com/images/icons/award_star_gold_2.png"/><a href="{TOPRATED_TGT}" title="{TOPRATED_LNK}" class="navmenu">»{TOPRATED_LNK}</a>
<img src="http://mydpnet.com/images/icons/folder_star.png"/><a href="{FAV_TGT}" title="{FAV_LNK}" class="navmenu">»{FAV_LNK}</a>
<img src="http://mydpnet.com/images/icons/magnifier.png"/><a href="{SEARCH_TGT}" title="{SEARCH_LNK}" class="navmenu">»{SEARCH_LNK}</a>
EOT;
// Added to display flim_strip
function theme_display_film_strip(&$thumb_list, $nbThumb, $album_name, $aid, $cat, $pos, $sort_options, $mode = 'thumb')
{
global $CONFIG, $THEME_DIR;
global $template_film_strip, $lang_film_strip;
static $template = '';
static $thumb_cell = '';
static $empty_cell = '';
static $spacer = '';
if ((!$template)) {
$template = $template_film_strip;
$thumb_cell = template_extract_block($template, 'thumb_cell');
$empty_cell = template_extract_block($template, 'empty_cell');
}
$cat_link = is_numeric($aid) ? '' : '&cat=' . $cat;
$thumbcols = $CONFIG['thumbcols'];
$cell_width = ceil(100 / $CONFIG['max_film_strip_items']) . '%';
$i = 0;
$thumb_strip = '';
foreach($thumb_list as $thumb) {
//modify $new_size for max dimension of thumbnails in filmstrip
$new_size = 65;
preg_match('/(?<=width=")[0-9]*/',$thumb['image'],$matches,PREG_OFFSET_CAPTURE);
$srcWidth=$matches[0][0];
preg_match('/(?<=height=")[0-9]*/',$thumb['image'],$matches,PREG_OFFSET_CAPTURE);
$srcHeight=$matches[0][0];
$ratio = max($srcWidth, $srcHeight) / $new_size;
$ratio = max($ratio, 1.0);
$destWidth = (int)($srcWidth / $ratio);
$destHeight = (int)($srcHeight / $ratio);
$thumb['image']=preg_replace('/width="[^"]*"/','width="'.$destWidth.'"',$thumb['image']);
$thumb['image']=preg_replace('/height="[^"]*"/','height="'.$destHeight.'"',$thumb['image']);
$i++;
if ($mode == 'thumb') {
$params = array('{CELL_WIDTH}' => $cell_width,
'{LINK_TGT}' => "displayimage.php?album=$aid$cat_link&pos={$thumb['pos']}",
'{THUMB}' => $thumb['image'],
'{CAPTION}' => $thumb['caption'],
'{ADMIN_MENU}' => ''
);
} else {
$params = array('{CELL_WIDTH}' => $cell_width,
'{LINK_TGT}' => "index.php?cat={$thumb['cat']}",
'{THUMB}' => $thumb['image'],
'{CAPTION}' => '',
'{ADMIN_MENU}' => ''
);
}
$thumb_strip .= template_eval($thumb_cell, $params);
}
if (defined('THEME_HAS_FILM_STRIP_GRAPHICS')) {
$tile1 = $THEME_DIR . 'images/tile1.gif';
$tile2 = $THEME_DIR . 'images/tile2.gif';
} elseif (defined('THEME_HAS_FILM_STRIP_GRAPHIC')) {
$tile1=$tile2=$THEME_DIR . 'images/tile.gif';
} else {
$tile1=$tile2= 'images/tile.gif';
}
$params = array('{THUMB_STRIP}' => $thumb_strip,
'{COLS}' => $i,
'{TILE1}' => $tile1,
'{TILE2}' => $tile2,
);
ob_start();
starttable($CONFIG['picture_table_width']);
echo template_eval($template, $params);
endtable();
$film_strip = ob_get_contents();
ob_end_clean();
return $film_strip;
}
// HTML template for gallery admin menu
$template_gallery_admin_menu = <<<EOT
<div align="center">
<table cellpadding="0" cellspacing="1">
<tr>
<!-- BEGIN admin_approval -->
<td class="admin_menu" id="admin_menu_anim"><a href="editpics.php?mode=upload_approval" title="{UPL_APP_TITLE}">{UPL_APP_LNK}</a></td>
<!-- END admin_approval -->
<td class="admin_menu"><a href="admin.php" title="{ADMIN_TITLE}">{ADMIN_LNK}</a></td>
<td class="admin_menu"><a href="catmgr.php" title="{CATEGORIES_TITLE}">{CATEGORIES_LNK}</a></td>
<td class="admin_menu"><a href="albmgr.php{CATL}" title="{ALBUMS_TITLE}">{ALBUMS_LNK}</a></td>
<td class="admin_menu"><a href="groupmgr.php" title="{GROUPS_TITLE}">{GROUPS_LNK}</a></td>
<td class="admin_menu"><a href="usermgr.php" title="{USERS_TITLE}">{USERS_LNK}</a></td>
<td class="admin_menu"><a href="banning.php" title="{BAN_TITLE}">{BAN_LNK}</a></td>
</tr><tr>
<td class="admin_menu"><a href="reviewcom.php" title="{COMMENTS_TITLE}">{COMMENTS_LNK}</a></td>
<!-- BEGIN log_ecards -->
<td class="admin_menu"><a href="db_ecard.php" title="{DB_ECARD_TITLE}">{DB_ECARD_LNK}</a></td>
<!-- END log_ecards -->
<td class="admin_menu"><a href="picmgr.php" title="{PICTURES_TITLE}">{PICTURES_LNK}</a></td>
<td class="admin_menu"><a href="searchnew.php" title="{SEARCHNEW_TITLE}">{SEARCHNEW_LNK}</a></td>
<td class="admin_menu"><a href="util.php" title="{UTIL_TITLE}">{UTIL_LNK}</a></td>
<td class="admin_menu"><a href="profile.php?op=edit_profile" title="{MY_PROF_TITLE}">{MY_PROF_LNK}</a></td>
<!-- BEGIN documentation -->
<td class="admin_menu"><a href="{DOCUMENTATION_HREF}" title="{DOCUMENTATION_TITLE}" target="cpg_documentation">{DOCUMENTATION_LNK}</a></td>
<!-- END documentation -->
</tr>
</table>
</div>
EOT;
// HTML template for title row of the thumbnail view (album title + sort options)
$template_thumb_view_title_row = <<<EOT
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" class="statlink"><h2>{ALBUM_NAME}</h2></td>
<td><img src="images/spacer.gif" width="1" alt="" /></td>
<td class="sortorder_cell">
<div class="sortorder_options">
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=td" title="{SORT_TD}">-</a>{TITLE}<a href="thumbnails.php?album={AID}&page={PAGE}&sort=ta" title="{SORT_TA}">+</a>
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=nd" title="{SORT_ND}">-</a>{NAME}<a href="thumbnails.php?album={AID}&page={PAGE}&sort=na" title="{SORT_NA}">+</a>
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=dd" title="{SORT_DD}">-</a>{DATE}<a href="thumbnails.php?album={AID}&page={PAGE}&sort=da" title="{SORT_DA}">+</a>
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=pd" title="{SORT_PD}">-</a>{POSITION}<a href="thumbnails.php?album={AID}&page={PAGE}&sort=pa" title="{SORT_PA}">+</a>
</div>
</td>
</tr>
</table>
EOT;
?>
put it just before
// HTML template for sys menu
if it does'nt work, attache all your theme files at your next post
It's hard-coded in. Remove the»
-bits. Learn HTML!