This commit is contained in:
@@ -22,14 +22,14 @@ $onlybody = zget($_GET, 'onlybody', 'no');
|
||||
if($config->debug)
|
||||
{
|
||||
$timestamp = time();
|
||||
|
||||
|
||||
css::import($themeRoot . 'zui/css/min.css?t=' . $timestamp);
|
||||
css::import($defaultTheme . 'style.css?t=' . $timestamp);
|
||||
|
||||
css::import($langTheme);
|
||||
if(strpos($clientTheme, 'default') === false) css::import($clientTheme . 'style.css?t=' . $timestamp);
|
||||
|
||||
js::import($jsRoot . 'jquery/lib.js');
|
||||
js::import($jsRoot . 'jquery/jquery.lib.debug.js');
|
||||
js::import($jsRoot . 'zui/min.js?t=' . $timestamp);
|
||||
js::import($jsRoot . 'my.full.js?t=' . $timestamp);
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Vendored
+4
-6
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user