t('default'), 'greenzero' =>t('greenzero'), 'purplezero' =>t('purplezero'), 'easterbunny' =>t('easterbunny'), 'darkzero' =>t('darkzero'), 'comix' =>t('comix'), 'slackr' =>t('slackr'), ); if ($user) { $color = get_pconfig(local_user(), 'duepuntozero', 'colorset'); } else { $color = get_config( 'duepuntozero', 'colorset'); } $t = get_markup_template("theme_settings.tpl" ); /// @TODO No need for adding string here, $o is not defined $o .= replace_macros($t, array( '$submit' => t('Submit'), '$baseurl' => System::baseUrl(), '$title' => t("Theme settings"), '$colorset' => array('duepuntozero_colorset', t('Variations'), $color, '', $colorset), )); return $o; }