From 2c843466a93a5083a8f27dee308d5b8514c756de Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Fri, 13 Apr 2012 21:34:21 +0200 Subject: diabook: theme-settings: users can set font-size and line-height for posts and comments --- view/theme/diabook/theme_settings.tpl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 view/theme/diabook/theme_settings.tpl (limited to 'view/theme/diabook/theme_settings.tpl') diff --git a/view/theme/diabook/theme_settings.tpl b/view/theme/diabook/theme_settings.tpl new file mode 100644 index 000000000..564ecc283 --- /dev/null +++ b/view/theme/diabook/theme_settings.tpl @@ -0,0 +1,8 @@ +{{inc field_select.tpl with $field=$font_size}}{{endinc}} + +{{inc field_select.tpl with $field=$line_height}}{{endinc}} + +
+ +
+ -- cgit v1.2.3