Module mod_admin_modules

Add a module management screen to the admin.

Copyright © 2009 Marc Worrell Date: 2009-06-03

Authors: Marc Worrell (marc@worrell.nl).

Description

Add a module management screen to the admin.

Function Index

all/1Fetch a list of all modules available, including their description as a propertylist.
observe_admin_menu/3

Function Details

all/1

all(Context::z:context()) -> [{SortKey, integer(), atom(), list()}]

Fetch a list of all modules available, including their description as a propertylist. The module list is sorted on the name of the module. The module implementing the site comes on top.

observe_admin_menu/3

observe_admin_menu(Admin_menu, Acc, Context) -> any()


Generated by EDoc