From 97a109eed4e034d587b0d64d0f70f6b8a9380217 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 9 Nov 2013 12:15:34 -0800 Subject: doc update --- doc/html/redbasic_2php_2style_8php.html | 116 ++++++++++++++++++++++++++++---- 1 file changed, 103 insertions(+), 13 deletions(-) (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 097672358..5d0467111 100644 --- a/doc/html/redbasic_2php_2style_8php.html +++ b/doc/html/redbasic_2php_2style_8php.html @@ -118,12 +118,18 @@ Variables    $nav_colour = get_pconfig($uid, "redbasic", "nav_colour")   + $banner_colour = get_pconfig($uid,'redbasic','banner_colour') +   $schema = get_pconfig($uid,'redbasic','schema')    $bgcolour = get_pconfig($uid, "redbasic", "background_colour")    $background_image = get_pconfig($uid, "redbasic", "background_image")   + $toolicon_colour = get_pconfig($uid,'redbasic','toolicon_colour') +  + $toolicon_activecolour = get_pconfig($uid,'redbasic','toolicon_activecolour') +   $item_colour = get_pconfig($uid, "redbasic", "item_colour")    $item_opacity = get_pconfig($uid, "redbasic", "item_opacity") @@ -138,6 +144,14 @@ Variables    $section_width =get_pconfig($uid,"redbasic","section_width")   + $nav_min_opacity =get_pconfig($uid,'redbasic','nav_min_opacity') +  + $sloppy_photos =get_pconfig($uid,'redbasic','sloppy_photos') +  +if($nav_min_opacity===false||$nav_min_opacity=== '') else +  + $nav_percent_min_opacity = (int) 100 * $nav_min_opacity + 

Variable Documentation

@@ -150,7 +164,17 @@ Variables
-

Referenced by redbasic_form(), and theme_content().

+
+ + +
+
+ + + + +
$banner_colour = get_pconfig($uid,'redbasic','banner_colour')
+
@@ -164,7 +188,7 @@ Variables
-

Referenced by apw_form(), redbasic_form(), and theme_content().

+

Referenced by apw_form(), and theme_content().

@@ -178,7 +202,7 @@ Variables
-

Referenced by apw_form(), redbasic_form(), and theme_content().

+

Referenced by apw_form(), and theme_content().

@@ -192,7 +216,7 @@ Variables
-

Referenced by apw_form(), redbasic_form(), and theme_content().

+

Referenced by apw_form(), and theme_content().

@@ -206,7 +230,7 @@ Variables
-

Referenced by apw_form(), redbasic_form(), and theme_content().

+

Referenced by apw_form(), and theme_content().

@@ -220,8 +244,6 @@ Variables
-

Referenced by redbasic_form(), and theme_content().

-
@@ -234,7 +256,29 @@ Variables
-

Referenced by redbasic_form(), and theme_content().

+
+ + +
+
+ + + + +
$nav_min_opacity =get_pconfig($uid,'redbasic','nav_min_opacity')
+
+ +
+
+ +
+
+ + + + +
$nav_percent_min_opacity = (int) 100 * $nav_min_opacity
+
@@ -248,7 +292,7 @@ Variables
-

Referenced by redbasic_form(), and theme_content().

+

Referenced by apw_form(), and theme_content().

@@ -262,7 +306,7 @@ Variables
-

Referenced by apw_form(), redbasic_form(), and theme_content().

+

Referenced by apw_form(), and theme_content().

@@ -276,8 +320,6 @@ Variables
-

Referenced by redbasic_form(), and theme_content().

-
@@ -290,7 +332,41 @@ Variables
-

Referenced by redbasic_form(), and theme_content().

+
+ + +
+
+ + + + +
$sloppy_photos =get_pconfig($uid,'redbasic','sloppy_photos')
+
+ +
+
+ +
+
+ + + + +
$toolicon_activecolour = get_pconfig($uid,'redbasic','toolicon_activecolour')
+
+ +
+
+ +
+
+ + + + +
$toolicon_colour = get_pconfig($uid,'redbasic','toolicon_colour')
+
@@ -304,6 +380,20 @@ Variables
+
+ + +
+
+ + + + +
if ($nav_min_opacity===false||$nav_min_opacity=== '') else
+
+Initial value:
{
+
$nav_float_min_opacity = (float) $nav_min_opacity
+
-- cgit v1.2.3