Menu..help needed.. Menu..help needed..
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Menu..help needed..

Started by rajkumar, May 11, 2005, 03:04:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rajkumar

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]

OmegaGOD

#1
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.
Please do not PM me with support questions. Please read the manual and then if posting questions please place them in the proper sub-boards.

Joachim Müller

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.

rajkumar

Thanks  a lot.. I could locate and edit it

[rajkumar]