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… |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
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 = 7.x
description = Allows to easily set active menu items and create aliases. Also provides properties on every menu entry.
files[] = power_menu.admin.inc
files[] = power_menu.forms.inc
files[] =… |
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… |