function power_menu_get_navigation_taxonomy in Power Menu 7
Same name and namespace in other branches
- 6 power_menu.module \power_menu_get_navigation_taxonomy()
@todo Please document this function.
See also
File
- ./
power_menu.module, line 229 - This module provides some additional menu features. The features are not actually new, but are part of other modules. it's though very cumbersome to creating a new menu item, because one has to go to all the different places to configure these…
Code
function power_menu_get_navigation_taxonomy() {
return variable_get('power_menu_taxonomy_navigation', '');
}