# System Configuration
#
# sitename: The name of this site.
+# welcomeMessage: The welcome message (or tagline) of this site
# locale: The locale used.
# top_include: The header file.
# bottom_include: The footer file.
# reservedusers : An array of usernames that cannot be registered
######################################################################
-$sitename = 'Scuttle';
+$sitename = 'SemanticScuttle';
+$welcomeMessage = 'More than tags...';
$locale = 'en_GB';
$top_include = 'top.inc.php';
$bottom_include = 'bottom.inc.php';
background: url('logo_24.png') no-repeat 10px;
padding: 0.5em 0.5em 0.5em 50px;
}
+html > body div#header #welcome {
+ position:absolute;
+ left:75px;
+}
h1 a {
color: #000;
}