aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/dark/theme.php
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-05-21 21:29:18 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-05-21 21:29:18 -0400
commitbd3c0edf34488736e04bb04d02e4bc393cbbd13a (patch)
tree44919eb09f8aca489aa5fb184ce06d1133139ca6 /view/theme/dispy/dark/theme.php
parent867e3b33d11a8403ce2d7eda567b8eb7ba58bda7 (diff)
downloadvolse-hubzilla-bd3c0edf34488736e04bb04d02e4bc393cbbd13a.tar.gz
volse-hubzilla-bd3c0edf34488736e04bb04d02e4bc393cbbd13a.tar.bz2
volse-hubzilla-bd3c0edf34488736e04bb04d02e4bc393cbbd13a.zip
updates to dispy family; fix typo in INSTALL.txt
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/dark/theme.php')
-rw-r--r--view/theme/dispy/dark/theme.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/view/theme/dispy/dark/theme.php b/view/theme/dispy/dark/theme.php
index 339c477a0..e156b6a7d 100644
--- a/view/theme/dispy/dark/theme.php
+++ b/view/theme/dispy/dark/theme.php
@@ -1,19 +1,19 @@
<?php
/*
-* Name: Dispy Dark
-* Description: Dispy Dark: Dark, Spartan, Sleek, and Functional
-* Version: 1.2
-* Author: Simon <http://simon.kisikew.org/>
-* Maintainer: Simon <http://simon.kisikew.org/>
-* Screenshot: <a href="screenshot.jpg">Screenshot</a>
-*/
+ * Name: Dispy Dark
+ * Description: Dispy Dark: Dark, Spartan, Sleek, and Functional
+ * Version: 1.2.1
+ * 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' => 'dark',
- 'version' => '1.2'
+ 'version' => '1.2.1'
);
function dispy_dark_init(&$a) {