forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: sn4il on June 04, 2005, 12:49:43 am

Title: Menu - how to edit
Post by: sn4il on June 04, 2005, 12:49:43 am
Hi.
I want to get rid off "My favorites" from top menu and replace it with custom text and link it to other site.
Thanx for all tips.
mAx
Title: Re: Menu - how to edit
Post by: snork13 on June 04, 2005, 12:51:44 am
look in your_theme_name/theme.php or try the search function, with a simple search of the forum i returned

http://forum.coppermine-gallery.net/index.php?topic=17837.0
--snork13
Title: Re: Menu - how to edit
Post by: sn4il on June 04, 2005, 12:54:27 am
I did search for this in theme.php and cant find it :(
Title: Re: Menu - how to edit
Post by: snork13 on June 04, 2005, 12:57:08 am
I did search for this in theme.php and cant find it :(


check out the link i provided
Title: Re: Menu - how to edit
Post by: sn4il on June 04, 2005, 01:04:58 am
Thnx Snork, I'm able to add new stuff.... but how I can remove "My Favorites"???

sn4il
Title: Re: Menu - how to edit
Post by: snork13 on June 04, 2005, 01:07:06 am
Thnx Snork, I'm able to add new stuff.... but how I can remove "My Favorites"???

sn4il

i wouldn't remove anything, i would just comment it out!

http://www.anticlue.net/archives/000275.htm

hope this helps
Title: Re: Menu - how to edit
Post by: Joachim Müller on June 04, 2005, 06:56:25 pm
I did search for this in theme.php and cant find it :(
search (http://forum.coppermine-gallery.net/index.php?action=search)

Edit themes/yourtheme/theme.php, find
Code: [Select]
                        <a href="{FAV_TGT}">{FAV_LNK}</a> ::and replace with
Code: [Select]
                        <!--<a href="{FAV_TGT}">{FAV_LNK}</a> ::-->