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