Add new 'head' hook
- Add new App->registerStylesheet method - Reworked App->init_pagehead into App->initHead
This commit is contained in:
parent
30f8fb82b6
commit
2ae6556b32
5 changed files with 33 additions and 11 deletions
|
@ -395,7 +395,7 @@ if ($a->module_loaded) {
|
|||
* theme choices made by the modules can take effect.
|
||||
*/
|
||||
|
||||
$a->init_pagehead();
|
||||
$a->initHead();
|
||||
|
||||
/*
|
||||
* Build the page ending -- this is stuff that goes right before
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue