mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-18 03:37:35 +01:00
forgot a parameter for rebuildTheme()
This commit is contained in:
parent
705c79aa4f
commit
3560dbfb94
@ -155,7 +155,7 @@
|
|||||||
global $config, $_theme;
|
global $config, $_theme;
|
||||||
$_theme = $theme;
|
$_theme = $theme;
|
||||||
|
|
||||||
$theme = loadThemeConfig($_theme);
|
$theme = loadThemeConfig($_theme, $action);
|
||||||
|
|
||||||
if(file_exists($config['dir']['themes'] . '/' . $_theme . '/theme.php')) {
|
if(file_exists($config['dir']['themes'] . '/' . $_theme . '/theme.php')) {
|
||||||
require_once $config['dir']['themes'] . '/' . $_theme . '/theme.php';
|
require_once $config['dir']['themes'] . '/' . $_theme . '/theme.php';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user