aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/light/theme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-06 20:39:00 -0800
committerfriendica <info@friendica.com>2012-11-06 20:39:00 -0800
commit6db8b5bbd213693587de6d696e401d5b936b3b80 (patch)
treeacb3019ae59310c6fe14238cc698ed13e7907f07 /view/theme/dispy/light/theme.php
parent295b865d065b12c6686592bd34739ac9d9b87978 (diff)
downloadvolse-hubzilla-6db8b5bbd213693587de6d696e401d5b936b3b80.tar.gz
volse-hubzilla-6db8b5bbd213693587de6d696e401d5b936b3b80.tar.bz2
volse-hubzilla-6db8b5bbd213693587de6d696e401d5b936b3b80.zip
All the themes except one are horked anway
Diffstat (limited to 'view/theme/dispy/light/theme.php')
-rw-r--r--view/theme/dispy/light/theme.php30
1 files changed, 0 insertions, 30 deletions
diff --git a/view/theme/dispy/light/theme.php b/view/theme/dispy/light/theme.php
deleted file mode 100644
index 94a699b70..000000000
--- a/view/theme/dispy/light/theme.php
+++ /dev/null
@@ -1,30 +0,0 @@
-<?php
-
-/*
- * Name: Dispy Light
- * Description: Dispy Light: Light, Spartan, Sleek, and Functional
- * Author: Simon <http://simon.kisikew.org/>
- * Maintainer: Simon <http://simon.kisikew.org/>
- * Screenshot: <a href="screenshot.jpg">Screenshot</a>
- */
-
-$a = get_app();
-$a->theme_info = array(
- 'family' => 'dispy',
- 'name' => 'light',
-);
-
-function dispy_light_init(&$a) {
-
- /** @purpose set some theme defaults
- */
- $cssFile = null;
- $colour = 'light';
- $colour_path = "/light/";
-
- // set css
- if (!is_null($cssFile)) {
- $a->page['htmlhead'] .= sprintf('<link rel="stylesheet" type="text/css" href="%s" />', $cssFile);
- }
-}
-