$nav_bg, '$nav_bg_dark' => $nav_bg_dark, '$link_color' => $link_color, '$link_color_dark' => $link_color_dark, '$link_hover_color' => $link_hover_color, '$link_hover_color_dark' => $link_hover_color_dark, '$bgcolor' => $bgcolor, '$bgcolor_dark' => $bgcolor_dark, '$background_image' => $background_image, '$background_image_dark' => $background_image_dark, '$font_size' => $font_size, '$radius' => $radius, '$converse_width' => $converse_width, '$top_photo' => $top_photo, '$reply_photo' => $reply_photo, '$main_width' => $main_width, '$left_aside_width' => $left_aside_width, '$right_aside_width' => $right_aside_width ); echo strtr($x, $options); } // 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'] != 'ussrbasic') set_pconfig(local_channel(), 'ussrbasic', 'schema', '---');