Forums / Setup & design / Left menu in pagelayout
Jens Kultima
Friday 06 April 2007 2:16:19 am
Hi!
I am using the "theme" that comes with eZ Publish 3.9.0. I have located the pagelayout.tpl to be the controlsystem of how to get the menus to work. I have also noted that the menu_top_sub.tpl is ok to use. A part of the pagelayout-template.file looks like this:
<!-- Top menu area: START --> <div id="topmenu" class="float-break"> {include uri='design:menu/flat_top.tpl'} {include uri='design:menu/flat_top_sub.tpl'} </div> <!-- Top menu area: END -->
This will put the menu at the top. How can I the the template-file create a "left.coulmn-space" where I can put the "{include uri='design:menu/flat_top_sub.tpl'}"-tag to make the menu show on the left instead of the top?
Thank you for any help,Regards Jens