removed commented-out by CR request + it is ... SPACE TIME! ;-)
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
0ac1af7300
commit
32da3b2f58
|
@ -336,14 +336,6 @@ if ($a->module_loaded) {
|
||||||
$func = str_replace('-','_',current_theme()) . '_init';
|
$func = str_replace('-','_',current_theme()) . '_init';
|
||||||
$func($a);
|
$func($a);
|
||||||
}
|
}
|
||||||
/// @TODO commented out? old-lost again? :-)
|
|
||||||
// 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)
|
if (($_SERVER['REQUEST_METHOD'] === 'POST') && (! $a->error)
|
||||||
&& (function_exists($a->module . '_post'))
|
&& (function_exists($a->module . '_post'))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user