As far as I know you will have to go to your desired Coppermine theme and manually edit the
theme.php file.
There are sections for the main menu:
Code:
// HTML template for sys menu
$template_sys_menu = <<<EOT
...
EOT;
and the
admin menu:
Code:
// HTML template for gallery admin menu
$template_gallery_admin_menu = <<<EOT
<div align="center" style="width:100%;">
<table cellpadding="0" cellspacing="1">
...
</table>
</div>
The content within those sections vary with different themes, so I just put a "..." to indicate this fact.
Try mucking around with those and see what you come up with. I have actually NEVER added more than one link to the menu, but I have edited a Coppermine theme so that it matches my forum. Maybe give Coppermine Gallery's site a go:
http://coppermine-gallery.net/
Hope this provides some sort of assistance.
