summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngelo Cuccato <cuccato@web.de>2010-02-02 22:36:51 +0100
committerAngelo Cuccato <cuccato@web.de>2010-02-02 22:36:51 +0100
commit2e6deee575197fca7bb651b5dc617e9dbbc17b5a (patch)
tree99f81d89fa6035ec5e18ff04c5a115ee1efd20c3 /includes
parent2532a68fdd5a54f869c5498d708b00e0e3f5ed2d (diff)
update database
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/header.php b/includes/header.php
index 6529706a..9a39ab53 100755
--- a/includes/header.php
+++ b/includes/header.php
@@ -19,7 +19,7 @@ echo "<TITLE>--- $title ---</TITLE>";
<script type="text/javascript" src="<?PHP echo $url. substr( $ENGEL_ROOT, 1); ?>/css/grossbild.js"></script>
<link rel=stylesheet type="text/css" href="<?PHP echo $url. substr( $ENGEL_ROOT, 1); ?>css/style<?PHP
if (!IsSet($_SESSION['color']))
- echo "1";
+ echo "6";
else
echo $_SESSION['color'];
?>.css">