summaryrefslogtreecommitdiff
path: root/includes/sys_template.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-12-26 18:28:57 +0100
committerPhilip Häusler <msquare@notrademark.de>2011-12-26 18:28:57 +0100
commit9e8d3aca6c73964a656afbbf1d1711190f7139e2 (patch)
tree2317aa52f982d21ad90a56179b976b1599b63ab0 /includes/sys_template.php
parent529dc09c3413105f791c492c8b2a2d08516d718c (diff)
#44 user angel types -> user_settings
Diffstat (limited to 'includes/sys_template.php')
-rw-r--r--includes/sys_template.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/includes/sys_template.php b/includes/sys_template.php
index 0a42d9ac..9aed6d95 100644
--- a/includes/sys_template.php
+++ b/includes/sys_template.php
@@ -2,6 +2,23 @@
/**
+ * Liste der verfügbaren Themes
+ */
+$themes = array (
+ "1" => "Standard-Style",
+ "2" => "ot/Gelber Style",
+ "3" => "Club-Mate Style",
+ "5" => "Debian Style",
+ "6" => "c-base Style",
+ "7" => "Blau/Gelber Style",
+ "8" => "Pastel Style",
+ "4" => "Test Style",
+ "9" => "Test Style 21c3",
+ "10" => "msquare (cccamp2011)",
+ "11" => "msquare (28c3)"
+);
+
+/**
* Rendert eine Liste von Checkboxen für ein Formular
* @param name Die Namen der Checkboxen werden aus name_key gebildet
* @param label Die Beschriftung der Liste