Fix some PHP_SELF
[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
0337d704 5subscribe($forlife, $uid, $promo, $pass)
6 triggered when a user subscription is sucessfull
7
8prefs()
9 function used to add boxes in htdocs/preferences.php
10 must return a dictionnary : url, title, text, weight.