From d6116b6979fb3d0f706550e0e5ca91c18079b3fd Mon Sep 17 00:00:00 2001
From: Simon L'nu
Date: Thu, 26 Apr 2012 16:14:42 -0400
Subject: announced dipsy change. re-tie your boots, we're in for a wee ride ;)
Signed-off-by: Simon L'nu
---
view/theme/dispy/light/theme.php | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
create mode 100644 view/theme/dispy/light/theme.php
(limited to 'view/theme/dispy/light/theme.php')
diff --git a/view/theme/dispy/light/theme.php b/view/theme/dispy/light/theme.php
new file mode 100644
index 000000000..2b37c0671
--- /dev/null
+++ b/view/theme/dispy/light/theme.php
@@ -0,0 +1,32 @@
+ Dispy: Light, Spartan, Sleek, and Functional
Dispy Dark: Dark, Spartan, Sleek, and Functional
+ * Version: 1.2
+ * Author: Simon
+ * Maintainer: Simon
+ * Screenshot: Screenshot
+ */
+
+$a = get_app();
+$a->theme_info = array(
+ 'family' => 'dispy',
+ 'name' => 'light',
+ 'version' => '1.2'
+);
+
+function dispy_light_init(&$a) {
+
+ /** @purpose set some theme defaults
+ */
+ $cssFile = null;
+ $colour = false;
+ $colour = 'light';
+
+ // custom css
+ if (!is_null($cssFile)) {
+ $a->page['htmlhead'] .= sprintf('', $cssFile);
+ }
+}
+
--
cgit v1.2.3