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/
I am a little confused as to what you are asking ???
- 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;