summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-01 18:16:47 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-01 18:16:47 +0200
commit208c76fcb2f597d22d4339227b88099f91305522 (patch)
tree0e1f4a8612d7a95887abbbc404749ffb5d9b0f07 /www-ssl/nonpublic
parent54aa90e6414b2e23d02915495b66d64e8ba6e286 (diff)
html5, css rewrite
Diffstat (limited to 'www-ssl/nonpublic')
-rw-r--r--www-ssl/nonpublic/einstellungen.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/www-ssl/nonpublic/einstellungen.php b/www-ssl/nonpublic/einstellungen.php
index 81dda869..713425bb 100644
--- a/www-ssl/nonpublic/einstellungen.php
+++ b/www-ssl/nonpublic/einstellungen.php
@@ -128,6 +128,7 @@ if (!isset ($_POST["action"])) {
<option <?php if($_SESSION['color'] == 8) { echo "selected"; } ?> value="8">Pastel Style</option>
<option <?php if($_SESSION['color'] == 4) { echo "selected"; } ?> value="4">Test Style</option>
<option <?php if($_SESSION['color'] == 9) { echo "selected"; } ?> value="9">Test Style 21c3 </option>
+ <option <?php if($_SESSION['color'] == 10) { echo "selected"; } ?> value="10">msquare (cccamp2011)</option>
</select>
</td>
</tr>