This commit is contained in:
parent
2143cd231b
commit
8198a84f6c
@ -8,9 +8,9 @@
|
||||
* MinVersion: 0.1
|
||||
*/
|
||||
|
||||
function plusfuture_load() { register_hook('page_end', 'addon/plusfuture/plusfuture.php', 'plusfuture_active'); }
|
||||
function plusfuture_load() { register_hook('page_content_top', 'addon/plusfuture/plusfuture.php', 'plusfuture_active'); }
|
||||
|
||||
function plusfuture_unload() { unregister_hook('page_end', 'addon/plusfuture/plusfuture.php', 'plusfuture_active'); }
|
||||
function plusfuture_unload() { unregister_hook('page_content_top', 'addon/plusfuture/plusfuture.php', 'plusfuture_active'); }
|
||||
|
||||
function plusfuture_active(&$a,&$b) {
|
||||
head_add_css('/addon/plusfuture/view/css/plusfuture.css?date=3');
|
||||
|
Reference in New Issue
Block a user