aboutsummaryrefslogtreecommitdiff
path: root/_css
diff options
context:
space:
mode:
Diffstat (limited to '_css')
-rw-r--r--_css/css.php2
-rw-r--r--_css/js.php2
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'];