mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
prepare for using a master theme_init()
This commit is contained in:
parent
741a5dba57
commit
5c04469755
1 changed files with 7 additions and 0 deletions
|
@ -262,6 +262,13 @@ if($a->module_loaded) {
|
|||
$func = str_replace('-','_',current_theme()) . '_init';
|
||||
$func($a);
|
||||
}
|
||||
// elseif (x($a->theme_info,"extends") && file_exists("view/theme/".$a->theme_info["extends"]."/theme.php")) {
|
||||
// require_once("view/theme/".$a->theme_info["extends"]."/theme.php");
|
||||
// if(function_exists(str_replace('-','_',$a->theme_info["extends"]) . '_init')) {
|
||||
// $func = str_replace('-','_',$a->theme_info["extends"]) . '_init';
|
||||
// $func($a);
|
||||
// }
|
||||
// }
|
||||
|
||||
if(($_SERVER['REQUEST_METHOD'] === 'POST') && (! $a->error)
|
||||
&& (function_exists($a->module . '_post'))
|
||||
|
|
Loading…
Reference in a new issue