Jump to content

CMS Sub-Categories Like Product Sub-Categories


Recommended Posts

unfortunately i don't know any module with this feature. you can try to create menu like this menually with code like:


<div id="example" class="categories_block_left block">
<h4 class="title_block">Test</h4>
<div class="block_content">
<ul class="tree dynamized" style="display: block;">
<li><span class="grower CLOSE"> </span><a href="ROOT-CMS" title="">ROOT</a><ul style="display: none;">
<li><a href="cms1" title="">CMS 1</a></li>
<li><a href="cms2" title="">CMS 2</a></li>
<li><a href="cms3" title="">CMS 3</a></li>
</ul>
</li>
<ul> </div> </div>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...