diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-13 22:08:13 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-13 22:08:13 +0200 |
commit | a300616bcbdda691682028c2fc13295dcfb43fbb (patch) | |
tree | 40291d85d892388587852528c95c6e6ad088ab44 /view/theme/diabook/config.php | |
parent | 1ab69c272080f607b3117c336d3a0c7bf17feb5c (diff) | |
download | volse-hubzilla-a300616bcbdda691682028c2fc13295dcfb43fbb.tar.gz volse-hubzilla-a300616bcbdda691682028c2fc13295dcfb43fbb.tar.bz2 volse-hubzilla-a300616bcbdda691682028c2fc13295dcfb43fbb.zip |
diabook-themes: theme-settings: users can set font-size and line-height for posts and comments
Diffstat (limited to 'view/theme/diabook/config.php')
-rw-r--r-- | view/theme/diabook/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook/config.php b/view/theme/diabook/config.php index f4eb7aae5..25b3c4b54 100644 --- a/view/theme/diabook/config.php +++ b/view/theme/diabook/config.php @@ -30,7 +30,7 @@ function theme_admin(&$a){ $font_size = get_config('diabook', 'font_size' ); $line_height = get_config('diabook', 'line_height' ); - return quattro_form($a,$font_size, $line_height); + return diabook_form($a,$font_size, $line_height); } function theme_admin_post(&$a){ |