From 4a87ebfc1267b04a84b278089f4482018d067786 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 18 Oct 2013 14:25:27 -0700 Subject: doc updates --- doc/html/redbasic_2php_2style_8php.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 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 2e20c91d1..0d9531f78 100644 --- a/doc/html/redbasic_2php_2style_8php.html +++ b/doc/html/redbasic_2php_2style_8php.html @@ -118,9 +118,8 @@ Variables    $nav_colour = get_pconfig($uid, "redbasic", "nav_colour")   -if($nav_colour=="red") if($nav_colour=="black")
-if($nav_colour=="silver") $schema = get_pconfig($uid,'redbasic','schema') -  + $schema = get_pconfig($uid,'redbasic','schema') +   $bgcolour = get_pconfig($uid, "redbasic", "background_colour")    $background_image = get_pconfig($uid, "redbasic", "background_image") @@ -251,12 +250,12 @@ if($nav_colour=="silver")  +
- +
if ($nav_colour=="red") if ($nav_colour=="black") if ($nav_colour=="silver") $schema = get_pconfig($uid,'redbasic','schema')$schema = get_pconfig($uid,'redbasic','schema')
-- cgit v1.2.3