aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/fancyred/tpl
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-02-20 20:30:47 +0000
committerThomas Willingham <founder@kakste.com>2013-02-20 20:30:47 +0000
commitf95684c881a8bf0832f01ddc778844a6cb81cfbd (patch)
tree07e67ea788b0ef2fc7ec71c23a3f75e257a587af /view/theme/fancyred/tpl
parent0e9cf839d69f3e6039ec86f97b52174be9022ec5 (diff)
downloadvolse-hubzilla-f95684c881a8bf0832f01ddc778844a6cb81cfbd.tar.gz
volse-hubzilla-f95684c881a8bf0832f01ddc778844a6cb81cfbd.tar.bz2
volse-hubzilla-f95684c881a8bf0832f01ddc778844a6cb81cfbd.zip
PCSS Redbasic
Diffstat (limited to 'view/theme/fancyred/tpl')
-rw-r--r--view/theme/fancyred/tpl/smarty3/theme_settings.tpl12
-rw-r--r--view/theme/fancyred/tpl/theme_settings.tpl7
2 files changed, 0 insertions, 19 deletions
diff --git a/view/theme/fancyred/tpl/smarty3/theme_settings.tpl b/view/theme/fancyred/tpl/smarty3/theme_settings.tpl
deleted file mode 100644
index 3401f318b..000000000
--- a/view/theme/fancyred/tpl/smarty3/theme_settings.tpl
+++ /dev/null
@@ -1,12 +0,0 @@
-{{*
- * AUTOMATICALLY GENERATED TEMPLATE
- * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
-{{include file="field_select.tpl" field=$font_size}}
-
-{{include file="field_select.tpl" field=$line_height}}
-
-<div class="settings-submit-wrapper">
- <input type="submit" value="{{$submit}}" class="settings-submit" name="fancyred-settings-submit" />
-</div>
diff --git a/view/theme/fancyred/tpl/theme_settings.tpl b/view/theme/fancyred/tpl/theme_settings.tpl
deleted file mode 100644
index 797b29962..000000000
--- a/view/theme/fancyred/tpl/theme_settings.tpl
+++ /dev/null
@@ -1,7 +0,0 @@
-{{inc field_select.tpl with $field=$font_size}}{{endinc}}
-
-{{inc field_select.tpl with $field=$line_height}}{{endinc}}
-
-<div class="settings-submit-wrapper">
- <input type="submit" value="$submit" class="settings-submit" name="fancyred-settings-submit" />
-</div>