coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Cottelletje on July 13, 2006, 01:41:43 PM

Title: navigation image question
Post by: Cottelletje on July 13, 2006, 01:41:43 PM
Ok i have read the FAQ and the DOCS but didn't found the answer that i'm looking for.
my navigation looks like this

Home :: My GALLERY :: LAST PICS :: blabla :: blablabla ::

how do i remove some links and how do i replace those two dubble dots bij an image? ;D so in what files do i need to look for modifying my navigation
Title: Re: navigation image question
Post by: Abbas Ali on July 13, 2006, 01:45:17 PM
The place to look for is your theme file i.e. themes/yourtheme/theme.php

To change "::" you need to modify the following variable


$template_sys_menu_spacer ="::";
Title: Re: navigation image question
Post by: Cottelletje on July 13, 2006, 03:09:23 PM
yeah but thats the problem my theme.php doesn't have any info only the copyright stuff and this

// ------------------------------------------------------------------------- //
// This theme has all CORE items removed                                     //
// ------------------------------------------------------------------------- //
define('THEME_IS_XHTML10_TRANSITIONAL',1);

so what do i need to do? :-[
Title: Re: navigation image question
Post by: Nibbler on July 13, 2006, 03:25:20 PM
Copy what you want to change from themes/sample/theme.php into themes/yourtheme/theme.php and modify your copy.