coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Darius on June 08, 2006, 10:24:52 AM

Title: move the sys_menu and sub_menu to admin_menu position
Post by: Darius on June 08, 2006, 10:24:52 AM
Hallo,

it was easy to reposition the menu to the admin menu but the orientation of the sys and sub menu was wrong. It was from top to bottum like on the left side. I want it from left to right.
I hpoe there is no older post to this question.

Gruss Darius

here my side: http://www.bild.gr/
Title: Re: move the sys_menu and sub_menu to admin_menu position
Post by: Dr Preacox on June 08, 2006, 10:34:55 AM
I am a little confused as to what you are asking  ???
Title: Re: move the sys_menu and sub_menu to admin_menu position
Post by: Sami on June 08, 2006, 10:48:39 AM
- This is skin/template issue not miscellaneous !
- I think you're using old ver (1.4.5) of CPG Please update to 1.4.8 ASAP
- you should edit your theme.php and change this
$template_sys_menu = <<<EOT
                <div class="topmenu">
                     {BUTTONS}
                </div>
EOT;

to

$template_sys_menu = <<<EOT

                     {BUTTONS}

EOT;