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:11:53 +0100 |
commit | 7f423016f0c67302a9155d58f2cf6148e5399a87 (patch) | |
tree | ee8a2f56ea627a9cf9bdc3a83b882d14b190e68c /Zotlabs/Render/Theme.php | |
parent | a41603ed857bbc8be975f21652604fa5e1729a31 (diff) | |
download | volse-hubzilla-7f423016f0c67302a9155d58f2cf6148e5399a87.tar.gz volse-hubzilla-7f423016f0c67302a9155d58f2cf6148e5399a87.tar.bz2 volse-hubzilla-7f423016f0c67302a9155d58f2cf6148e5399a87.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); |