* rewrite the css in table.
This commit is contained in:
@@ -29,7 +29,6 @@ $clientTheme = $this->app->getClientTheme();
|
||||
css::import($defaultTheme . 'style.css', $config->version);
|
||||
css::import($langTheme, $config->version);
|
||||
if(strpos($clientTheme, 'default') === false) css::import($clientTheme . 'style.css', $config->version);
|
||||
if(isset($pageCss)) css::internal($pageCss);
|
||||
|
||||
echo html::icon($webRoot . 'favicon.ico');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user