diff options
Diffstat (limited to '_css/js.php')
-rw-r--r-- | _css/js.php | 2 |
1 files changed, 2 insertions, 0 deletions
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'];
|