Changeset 1536
- Timestamp:
- 04/23/08 11:42:48 (7 months ago)
- Files:
-
- 1 modified
-
trunk/pylucid/PyLucid/system/BasePlugin.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/PyLucid/system/BasePlugin.py
r1535 r1536 69 69 information for the menu: 70 70 "menu_section" : The upper block name 71 "menu_description" : Link text (optional, otherewise method name used) 71 "menu_description" : Link text (optional, otherwise method name used) 72 73 More info: http://pylucid.org/_goto/148/self-build_menu/ 72 74 """ 73 75 plugin = Plugin.objects.get(plugin_name=self.plugin_name)
