forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: uk_martin on August 01, 2004, 01:52:43 pm

Title: [Solved]: re-ordering Menu Items
Post by: uk_martin on August 01, 2004, 01:52:43 pm
I am using the Airhead theme im my gallery which I have bridged to phpBB 2.010 - and would like to re-order the menu buttons at the top of the Coppermine page to be in the same order as their corresponding buttons in the Forum.

Can someone suggest how this is done, and which file it is that needs editing.

Wouldn't it be simpler to include the menu table into the header rather than the body files, to save it being reloaded every time?

Thanks in advance.

Martin
Title: Re: re-ordering Menu Items
Post by: Casper on August 01, 2004, 02:59:42 pm
It's in themes/yourtheme/theme.php.
Title: Re: re-ordering Menu Items
Post by: Joachim Müller on August 02, 2004, 09:01:43 am
Wouldn't it be simpler to include the menu table into the header rather than the body files, to save it being reloaded every time?
Since coppermine isn't using frames, it doesn't matter - will be reloaded every time anyway. Shouldn't be a problem though, your browser should cache it anyway.

GauGau
Title: Re: re-ordering Menu Items
Post by: uk_martin on August 02, 2004, 06:42:54 pm
Thanks guys, all sorted now.

Martin