aboutsummaryrefslogtreecommitdiff
path: root/_css
diff options
context:
space:
mode:
Diffstat (limited to '_css')
-rw-r--r--_css/css.php1
-rw-r--r--_css/js.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/_css/css.php b/_css/css.php
index df681bcb2..a6eebee20 100644
--- a/_css/css.php
+++ b/_css/css.php
@@ -28,6 +28,7 @@
global $viewinput;
$viewinput['view'] = 'css';
+ $viewinput['viewtype'] = $_GET['viewtype'];
header("Content-type: text/css", true);
header('Expires: ' . date('r',time() + 864000), true);
diff --git a/_css/js.php b/_css/js.php
index 99c786e01..a90c87829 100644
--- a/_css/js.php
+++ b/_css/js.php
@@ -28,6 +28,7 @@
global $viewinput;
$viewinput['view'] = 'js/' . $_GET['js'];
+ $viewinput['viewtype'] = $_GET['viewtype'];
header('Content-type: text/javascript');
header('Expires: ' . date('r',time() + 864000));