From f6b43a0a7bc96e199fad8ad65e0aa63bd9a04f8b Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 22 Nov 2013 11:52:26 -0800 Subject: doc updates --- doc/html/redbasic_2php_2style_8php.html | 98 +++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) (limited to 'doc/html/redbasic_2php_2style_8php.html') diff --git a/doc/html/redbasic_2php_2style_8php.html b/doc/html/redbasic_2php_2style_8php.html index 9a7c7502e..962e09fb4 100644 --- a/doc/html/redbasic_2php_2style_8php.html +++ b/doc/html/redbasic_2php_2style_8php.html @@ -134,6 +134,8 @@ Variables    $item_opacity = get_pconfig($uid, "redbasic", "item_opacity")   + $body_font_size = get_pconfig($uid, "redbasic", "body_font_size") +   $font_size = get_pconfig($uid, "redbasic", "font_size")    $font_colour = get_pconfig($uid, "redbasic", "font_colour") @@ -148,6 +150,18 @@ Variables    $sloppy_photos =get_pconfig($uid,'redbasic','sloppy_photos')   + $top_photo =get_pconfig($uid,'redbasic','top_photo') +  + $reply_photo =get_pconfig($uid,'redbasic','reply_photo') +  + $pmenu_top = intval($top_photo) - 16 . 'px' +  + $wwtop = intval($top_photo) - 15 . 'px' +  + $comment_indent = intval($top_photo) + 10 . 'px' +  + $pmenu_reply = intval($reply_photo) - 16 . 'px' +  if($nav_min_opacity===false||$nav_min_opacity=== '') else    $nav_percent_min_opacity = (int) 100 * $nav_min_opacity @@ -190,6 +204,30 @@ Variables

Referenced by apw_form(), and theme_content().

+ + + +
+
+ + + + +
$body_font_size = get_pconfig($uid, "redbasic", "body_font_size")
+
+ +
+
+ +
+
+ + + + +
$comment_indent = intval($top_photo) + 10 . 'px'
+
+
@@ -292,6 +330,30 @@ Variables
+
+ + +
+
+ + + + +
$pmenu_reply = intval($reply_photo) - 16 . 'px'
+
+ +
+
+ +
+
+ + + + +
$pmenu_top = intval($top_photo) - 16 . 'px'
+
+
@@ -306,6 +368,18 @@ Variables

Referenced by apw_form(), and theme_content().

+ + + +
+
+ + + + +
$reply_photo =get_pconfig($uid,'redbasic','reply_photo')
+
+
@@ -368,6 +442,18 @@ Variables
+
+ + +
+
+ + + + +
$top_photo =get_pconfig($uid,'redbasic','top_photo')
+
+
@@ -380,6 +466,18 @@ Variables
+
+ + +
+
+ + + + +
$wwtop = intval($top_photo) - 15 . 'px'
+
+
-- cgit v1.2.3