Topic: vertical menu

hi
how can I have two menus;
eg
horizontal <?php echo Menu::get(); ?>
and vertical <?php echo Menuvertical::get(); ?>

Re: vertical menu

<?php echo Menu::get('vertical'); ?>
Monstra Loves You! Give some love back!

3 (edited by dextra 2014-02-16 17:37:10)

Re: vertical menu

I mean in the horizontal menu is home, contact
and vertical menu is page1, page2, page3
I want to have two different menus a horizontal and a vertical
you understand I mean it;

Re: vertical menu

<?php echo Menu::get('category_name'); ?>
(с) Roman Art
So far So good wink

RomanArt's Website

Re: vertical menu

I have not yet understood sad
Can anyone give me an example;

Re: vertical menu

ok understand now that I did in practice smile
tnx smile