diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-27 11:11:53 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-27 11:12:35 +0100 |
commit | 805cae7b3128a796b45e406f83dcd835e0d291f2 (patch) | |
tree | 415354331abd0f12ac10771c8bf2667b15ff2cb9 /Zotlabs/Render/Theme.php | |
parent | 1070f3ed6b1f92f6909767089d7bccf401baeda9 (diff) | |
download | volse-hubzilla-805cae7b3128a796b45e406f83dcd835e0d291f2.tar.gz volse-hubzilla-805cae7b3128a796b45e406f83dcd835e0d291f2.tar.bz2 volse-hubzilla-805cae7b3128a796b45e406f83dcd835e0d291f2.zip |
whitespace
Diffstat (limited to 'Zotlabs/Render/Theme.php')
-rw-r--r-- | Zotlabs/Render/Theme.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Render/Theme.php b/Zotlabs/Render/Theme.php index 71eef50c3..3a0116abe 100644 --- a/Zotlabs/Render/Theme.php +++ b/Zotlabs/Render/Theme.php @@ -69,8 +69,6 @@ class Theme { if(array_key_exists('theme_preview',$_GET)) $chosen_theme = $_GET['theme_preview']; - - // Allow theme selection of the form 'theme_name:schema_name' $themepair = explode(':', $chosen_theme); |