]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/config.php
The repair option is added to the settings
[friendica.git] / view / theme / duepuntozero / config.php
index f8209bb872b1c302597c6263989b1c7f3a3d10b9..edf12c35fa10c185f073381d7dadd6db108e9133 100644 (file)
@@ -43,6 +43,11 @@ function clean_form(&$a, &$colorset, $user){
     $colorset = array(
        'default'=>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');
@@ -54,7 +59,7 @@ function clean_form(&$a, &$colorset, $user){
         '$submit' => t('Submit'),
         '$baseurl' => $a->get_baseurl(),
         '$title' => t("Theme settings"),
-        '$colorset' => array('duepuntozero_colorset', t('Color scheme'), $color, '', $colorset),
+        '$colorset' => array('duepuntozero_colorset', t('Variations'), $color, '', $colorset),
     ));
     return $o;
 }