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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Menu..help needed..

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

Previous topic - Next topic

0 Members and 2 Guests 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]