adds.inc |
properties/adds.inc |
|
|
API.txt |
API.txt |
|
=============================
API
=============================
This Modul provides the following hooks for other modules to interact:
hook_power_menu_href
=============================
Let's assume you have the following situation. In your… |
power_menu.admin.inc |
power_menu.admin.inc |
|
This contains all the admin stuff of the module |
power_menu.forms.inc |
power_menu.forms.inc |
|
manipulation of the forms |
power_menu.info |
power_menu.info |
|
name = Power Menu
dependecies[] = menu
core = 6.x
description = Allows to easily set active menu items and create aliases. Also provides properties on every menu entry. |
power_menu.install |
power_menu.install |
|
just containing the stuff for install and uninstall |
power_menu.module |
power_menu.module |
|
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… |
readme.txt |
readme.txt |
|
/* $Id: */
-- SUMMARY --
Ok. So what does this module do? Let's say you have a primary menu: sports
politics, people and riddles. Sports, people and politics link to the same
view and just pass an argument (the taxonomy term). So you have a… |