summaryrefslogtreecommitdiff
path: root/themes/greydragon_old/controllers/greydragon.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/greydragon_old/controllers/greydragon.php')
-rw-r--r--themes/greydragon_old/controllers/greydragon.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/greydragon_old/controllers/greydragon.php b/themes/greydragon_old/controllers/greydragon.php
new file mode 100644
index 0000000..0ecfc4f
--- /dev/null
+++ b/themes/greydragon_old/controllers/greydragon.php
@@ -0,0 +1,14 @@
+<?
+
+class GreyDragon_Controller extends Controller {
+
+ public function custom_css() {
+
+ // Draw the page.
+// $template = new Theme_View("gd_custom.css", "other", "Custom_CSS");
+
+ print $template;
+ }
+}
+
+?> \ No newline at end of file