diff options
author | spocky <spocky@ampache> | 2007-08-15 23:11:49 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-08-15 23:11:49 +0000 |
commit | 376d632160618bba772d88e57d95405317cf8920 (patch) | |
tree | 235a3dfbaa6d24a4995d0ba17460e460d0fdeee9 /templates/header.inc.php | |
parent | c8bfff18ef4f70b0abf9f3d7e2eaf0079bab29f8 (diff) | |
download | ampache-376d632160618bba772d88e57d95405317cf8920.tar.gz ampache-376d632160618bba772d88e57d95405317cf8920.tar.bz2 ampache-376d632160618bba772d88e57d95405317cf8920.zip |
updated css (sidebar, random albums, global classes)
cleaned up html
corrected a typo in show_objects
Diffstat (limited to 'templates/header.inc.php')
-rw-r--r-- | templates/header.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/header.inc.php b/templates/header.inc.php index 844ff186..90f4782a 100644 --- a/templates/header.inc.php +++ b/templates/header.inc.php @@ -77,8 +77,8 @@ if (Config::get('use_rss')) { ?> <div id="rightbar"><!-- This is the rightbar --> <?php require_once Config::get('prefix') . '/templates/rightbar.inc.php'; ?> </div> -<!-- I hate IE... --> -<table class="smeg-ie" width="100%"><tr><td> +<!-- I hate IE... +<table class="smeg-ie" width="100%"><tr><td> --> <div id="content"> <?php if (Config::get('int_config_version') != Config::get('config_version') AND $GLOBALS['user']->has_access(100)) { ?> <div class="fatalerror"> |