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]
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.
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.
Thanks a lot.. I could locate and edit it
[rajkumar]