Browse Source

forgot a parameter for rebuildTheme()

pull/40/head
Savetheinternet 13 years ago
parent
commit
357d066730
  1. 2
      inc/functions.php

2
inc/functions.php

@ -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…
Cancel
Save