remove the too complicated thing for menu, use a good old template
[platal.git] / hooks / README
1 config()
2     function used to create new config entries in $globals.
3     usually, a module need to create a ....Config class to store the defaults.
4
5 subscribe($forlife, $uid, $promo, $pass)
6     triggered when a user subscription is sucessfull
7
8 prefs()
9     function used to add boxes in htdocs/preferences.php
10     must return a dictionnary : url, title, text, weight.