Forums / Setup & design / Left menu in pagelayout

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Left menu in pagelayout

Author Message

Jens Kultima

Friday 06 April 2007 2:16:19 am

Hi!

I am using the "theme" that comes with Exponential 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