wiki => smarty
[platal.git] / hooks / README
CommitLineData
0337d704 1config()
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
5menu()
6 function used to add entries to $globals->menu
7
8subscribe($forlife, $uid, $promo, $pass)
9 triggered when a user subscription is sucessfull
10
11prefs()
12 function used to add boxes in htdocs/preferences.php
13 must return a dictionnary : url, title, text, weight.