drupal 7 - Theming D7 Nice Menus Subchildren by Taxonomy Term -


I modify the default output of the list elements of the Nice menu and change each & lt; I'm considering li & gt; Group is a list of nodes from the classification period. This is the default output of the sub-menu:

  & lt; Ul & gt; & Lt; Li & gt; Test 1 & lt; / Li & gt; & Lt; Li & gt; Test 2 & lt; / Li & gt; & Lt; Li & gt; Guardian & lt; Ul & gt; & Lt; Li & gt; All 1 & lt; / Li & gt; & Lt; Li & gt; Sub 2 & lt; / Li & gt; & Lt; Li & gt; Sub 3 & lt; / Li & gt; & Lt; Li & gt; Sub 4 & lt; / Li & gt; & Lt; Li & gt; All 5 & lt; / Li & gt; & Lt; Li & gt; Sub 6 & lt; / Li & gt; & Lt; / Ul & gt; & Lt; / Li & gt; & Lt; Li & gt; Test 3 & lt; / Li & gt; & Lt; / Ul & gt;  

My goal is a subset group based on a subcategorization term like:

   

How can I customize it at template.php?

There is some nice hook code in which you allow to change menu links and menu trees


Comments

Popular posts from this blog

c# - Reactive Extensions ControlScheduler -

scala - Play Framework - how to bind form to a session field -

c++ - Why does Visual Studio Release build break on non-executing code line -