From 6db8b5bbd213693587de6d696e401d5b936b3b80 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 6 Nov 2012 20:39:00 -0800 Subject: All the themes except one are horked anway --- view/theme/dispy/dark/theme.php | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 view/theme/dispy/dark/theme.php (limited to 'view/theme/dispy/dark/theme.php') diff --git a/view/theme/dispy/dark/theme.php b/view/theme/dispy/dark/theme.php deleted file mode 100644 index f73a12765..000000000 --- a/view/theme/dispy/dark/theme.php +++ /dev/null @@ -1,29 +0,0 @@ - - * Maintainer: Simon - * Screenshot: Screenshot - */ - -$a = get_app(); -$a->theme_info = array( - 'family' => 'dispy', - 'name' => 'dark', -); - -function dispy_dark_init(&$a) { - /** @purpose set some theme defaults - */ - $cssFile = null; - $colour = 'dark'; - $colour_path = "/dark/"; - - // set css - if (!is_null($cssFile)) { - $a->page['htmlhead'] .= sprintf('', $cssFile); - } -} - -- cgit v1.2.3