summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/einstellungen.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/nonpublic/einstellungen.php')
-rwxr-xr-xwww-ssl/nonpublic/einstellungen.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/www-ssl/nonpublic/einstellungen.php b/www-ssl/nonpublic/einstellungen.php
index fde730cc..bb25b00b 100755
--- a/www-ssl/nonpublic/einstellungen.php
+++ b/www-ssl/nonpublic/einstellungen.php
@@ -36,6 +36,8 @@ if (!IsSet($_POST["action"]))
<td><input type="text" name="ejabber" size="40" value="<?PHP echo $_SESSION['jabber']; ?>"></td></tr>
<tr> <td><?PHP Print_Text("pub_einstellungen_Hometown"); ?></td>
<td><input type="text" name="Hometown" size="40" value="<?PHP echo $_SESSION['Hometown']; ?>"></td></tr>
+ <tr> <td><?PHP Print_Text("makeuser_T-Shirt"); ?></td>
+ <td><?PHP echo $_SESSION['Size']; ?></td></tr>
</table>
<input type="submit" value="<?PHP Print_Text("save"); ?>">
</form>