$nav_bg, '$nav_icon_colour' => $nav_icon_colour, '$nav_active_icon_colour' => $nav_active_icon_colour, '$link_colour' => $link_colour, '$banner_colour' => $banner_colour, '$bgcolour' => $bgcolour, '$background_image' => $background_image, '$item_colour' => $item_colour, '$comment_item_colour' => $comment_item_colour, '$font_size' => $font_size, '$font_colour' => $font_colour, '$radius' => $radius, '$shadow' => $shadow, '$converse_width' => $converse_width, '$nav_float_min_opacity' => $nav_float_min_opacity, '$nav_percent_min_opacity' => $nav_percent_min_opacity, '$top_photo' => $top_photo, '$reply_photo' => $reply_photo, '$pmenu_top' => $pmenu_top, '$pmenu_reply' => $pmenu_reply, '$main_width' => $main_width, '$aside_width' => $aside_width ); echo str_replace(array_keys($options), array_values($options), $x); } // Set the schema to the default schema in derived themes. See the documentation for creating derived themes how to override this. // if(local_channel() && App::$channel && App::$channel['channel_theme'] != 'ussrbasicleft') // set_pconfig(local_channel(), 'ussrbasicleft', 'schema', '---');