diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-30 15:45:23 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-30 15:45:23 +0200 |
commit | db59a45030c0c5790062565f0ceea00625f21ad3 (patch) | |
tree | 75e6772ac533ec6251ede6d9a3bc09a8306c8b29 /view/theme/quattro/theme_settings.tpl | |
parent | 054d21a2e8142de1edfc1afb5d3d8dba33f83960 (diff) | |
download | volse-hubzilla-db59a45030c0c5790062565f0ceea00625f21ad3.tar.gz volse-hubzilla-db59a45030c0c5790062565f0ceea00625f21ad3.tar.bz2 volse-hubzilla-db59a45030c0c5790062565f0ceea00625f21ad3.zip |
quattro: add config.php
Diffstat (limited to 'view/theme/quattro/theme_settings.tpl')
-rw-r--r-- | view/theme/quattro/theme_settings.tpl | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/view/theme/quattro/theme_settings.tpl b/view/theme/quattro/theme_settings.tpl index 25af04253..6c457ad69 100644 --- a/view/theme/quattro/theme_settings.tpl +++ b/view/theme/quattro/theme_settings.tpl @@ -1,11 +1,6 @@ -<div class="settings-block"> - <h3 class="settings-heading">$title</h3> - - {{inc field_select.tpl with $field=$align}}{{endinc}} - - <div class="settings-submit-wrapper"> - <input type="submit" value="$submit" class="settings-submit" name="quattro-settings-submit" /> - </div> +{{inc field_select.tpl with $field=$align}}{{endinc}} - +<div class="settings-submit-wrapper"> + <input type="submit" value="$submit" class="settings-submit" name="quattro-settings-submit" /> </div> + |