coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: rajkumar on May 11, 2005, 03:04:08 PM

Title: Menu..help needed..
Post by: rajkumar on May 11, 2005, 03:04:08 PM
I would need to modify [add links] to the top menu [|Album list|.....|Top rated | My Favorites  |  Search  ]. But unfortunately, I don't know which file to edit..Can any one tell me where is the meny structure???

Thanks in advance

[rajkumar]
Title: Re: Menu..help needed..
Post by: OmegaGOD on May 11, 2005, 07:55:09 PM
You will need to edit the theme.php file or the template.html file located in the themes folder corresponding to the theme in which you are using.
Title: Re: Menu..help needed..
Post by: Joachim Müller on May 12, 2005, 09:02:37 AM
edit themes/yourtheme/theme.php, find// HTML template for main menu
$template_main_menu = <<<EOT
                <span class="topmenu">
and add anything you could think of after this. Do not remove or edit the comment lines like<!-- BEGIN album_list -->, coppermine needs them to work properly.
Title: Re:Thanks..!
Post by: rajkumar on May 12, 2005, 11:38:37 AM
Thanks  a lot.. I could locate and edit it

[rajkumar]