diff options
Diffstat (limited to '_css')
-rw-r--r-- | _css/css.php | 2 | ||||
-rw-r--r-- | _css/js.php | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/_css/css.php b/_css/css.php index a6eebee20..7030bf174 100644 --- a/_css/css.php +++ b/_css/css.php @@ -26,6 +26,8 @@ echo $default_css;
*/
+ define('externalpage',true);
+
global $viewinput;
$viewinput['view'] = 'css';
$viewinput['viewtype'] = $_GET['viewtype'];
diff --git a/_css/js.php b/_css/js.php index a90c87829..cb1a6c8ab 100644 --- a/_css/js.php +++ b/_css/js.php @@ -26,6 +26,8 @@ echo $default_css;
*/
+ define('externalpage',true);
+
global $viewinput;
$viewinput['view'] = 'js/' . $_GET['js'];
$viewinput['viewtype'] = $_GET['viewtype'];
|