diff options
author | Michael Vogel <icarus@dabo.de> | 2012-05-29 16:09:26 +0200 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-05-29 16:09:26 +0200 |
commit | 68757f25042b02624bfb748c25029023b3082f62 (patch) | |
tree | 676489a112b4d972e1e5626a6dadfd604fc9ce7a /view/theme/dispy/light/theme.php | |
parent | a08232fa955385b2eaff5f9094b39071fb1632ae (diff) | |
parent | 2eafa9a47519f9f35c5eb568cf4235c092c1dcce (diff) | |
download | volse-hubzilla-68757f25042b02624bfb748c25029023b3082f62.tar.gz volse-hubzilla-68757f25042b02624bfb748c25029023b3082f62.tar.bz2 volse-hubzilla-68757f25042b02624bfb748c25029023b3082f62.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/dispy/light/theme.php')
-rw-r--r-- | view/theme/dispy/light/theme.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/view/theme/dispy/light/theme.php b/view/theme/dispy/light/theme.php index df3cca042..94a699b70 100644 --- a/view/theme/dispy/light/theme.php +++ b/view/theme/dispy/light/theme.php @@ -3,7 +3,6 @@ /* * Name: Dispy Light * Description: Dispy Light: Light, 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> @@ -13,7 +12,6 @@ $a = get_app(); $a->theme_info = array( 'family' => 'dispy', 'name' => 'light', - 'version' => '1.2.1' ); function dispy_light_init(&$a) { |