|
|
@ -14,6 +14,9 @@ function theme_content(&$a){ |
|
|
|
if ($style == "") |
|
|
|
$style = get_config('vier', 'style'); |
|
|
|
|
|
|
|
if ($style == "") |
|
|
|
$style = "plus"; |
|
|
|
|
|
|
|
return vier_form($a,$style); |
|
|
|
} |
|
|
|
|
|
|
@ -41,12 +44,12 @@ function theme_admin_post(&$a){ |
|
|
|
|
|
|
|
function vier_form(&$a, $style){ |
|
|
|
$styles = array( |
|
|
|
"plus"=>"Plus", |
|
|
|
"breathe"=>"Breathe", |
|
|
|
"dark"=>"Dark", |
|
|
|
"shadow"=>"Shadow", |
|
|
|
"flat"=>"Flat", |
|
|
|
"netcolour"=>"Coloured Networks", |
|
|
|
"breathe"=>"Breathe", |
|
|
|
"plus"=>"Plus", |
|
|
|
"dark"=>"Dark" |
|
|
|
"flat"=>"Flat" |
|
|
|
); |
|
|
|
$t = get_markup_template("theme_settings.tpl" ); |
|
|
|
$o .= replace_macros($t, array( |
|
|
|