From dcbc0c0c9516adf616023615871439b4015fa686 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 1 Aug 2012 05:02:43 -0700 Subject: major theme re-org, only duepuntozero and slackr working atm --- view/tpl/settings_display.tpl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 view/tpl/settings_display.tpl (limited to 'view/tpl/settings_display.tpl') diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl new file mode 100644 index 000000000..70895a1f8 --- /dev/null +++ b/view/tpl/settings_display.tpl @@ -0,0 +1,21 @@ +

$ptitle

+ +
+ + +{{inc field_themeselect.tpl with $field=$theme }}{{endinc}} +{{inc field_input.tpl with $field=$ajaxint }}{{endinc}} +{{inc field_input.tpl with $field=$itemspage_network }}{{endinc}} +{{inc field_checkbox.tpl with $field=$nosmile}}{{endinc}} + + +
+ +
+ +{{ if $theme_config }} +

Theme settings

+$theme_config +{{ endif }} + +
-- cgit v1.2.3