2016-05-04, 23:06:51
Hi there,
it looks very easy but I'm not able to write a component which renders the menu on every single page in this way:
any ideas?
thx
Alexander
it looks very easy but I'm not able to write a component which renders the menu on every single page in this way:
Code:
<li><a href="page1">Page 1</a></li>
<li><a href="page2">Page 2</a></li>
<li class="dropdown">
<a href="#">Page 3</a>
<ul class="dropdown-menu">
<li><a href="page31">Page 3.1</a></li>
<li><a href="page32">Page 3.2</a></li>
</ul>
</li>
<li><a href="page4">Page 4</a></li>
<li><a href="page5">Page 5</a></li>
any ideas?
thx
Alexander