forked from leftypol/leftypol
forgot a parameter for rebuildTheme()
This commit is contained in:
parent
a582bf5866
commit
357d066730
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@
|
|||
global $config, $_theme;
|
||||
$_theme = $theme;
|
||||
|
||||
$theme = loadThemeConfig($_theme);
|
||||
$theme = loadThemeConfig($_theme, $action);
|
||||
|
||||
if(file_exists($config['dir']['themes'] . '/' . $_theme . '/theme.php')) {
|
||||
require_once $config['dir']['themes'] . '/' . $_theme . '/theme.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue