summaryrefslogtreecommitdiffstats
path: root/templates/header.inc.php
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2007-10-24 21:15:58 +0000
committerspocky <spocky@ampache>2007-10-24 21:15:58 +0000
commite855988af2850d8d8105b56bc0ce9eae8b7d9dc0 (patch)
tree9e05a256144165aca01e6bfe9a02bd2d81dbdfb4 /templates/header.inc.php
parent06a5efcc717cd28ea69bd75f11063c51ee455b82 (diff)
downloadampache-e855988af2850d8d8105b56bc0ce9eae8b7d9dc0.tar.gz
ampache-e855988af2850d8d8105b56bc0ce9eae8b7d9dc0.tar.bz2
ampache-e855988af2850d8d8105b56bc0ce9eae8b7d9dc0.zip
renamed a few files (missing php extension)
updated most of the tables so that every column is independently customizable by css rules
Diffstat (limited to 'templates/header.inc.php')
-rw-r--r--templates/header.inc.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/templates/header.inc.php b/templates/header.inc.php
index ef3672f1..c6400ada 100644
--- a/templates/header.inc.php
+++ b/templates/header.inc.php
@@ -58,19 +58,19 @@ if (Config::get('use_rss')) { ?>
echo " class=\"vertical_menu\" ";
}?>>
- <div id="topbar"><!-- This is the topbar row -->
- <div id="topbarleft">
- <a href="http://www.ampache.org">
- <img src="<?php echo $web_path; ?><?php echo Config::get('theme_path'); ?>/images/ampache.png" title="Ampache: For the love of music" alt="Ampache: For the love of music" />
- </a>
- </div><!--End topbarleft -->
- <div id="topbarright">
- <?php show_box_top('','box box_topbarright'); ?>
+ <div id="header"><!-- This is the header -->
+ <h1 id="headerlogo">
+ <a href="http://www.ampache.org">
+ <img src="<?php echo $web_path; ?><?php echo Config::get('theme_path'); ?>/images/ampache.png" title="Ampache: For the love of music" alt="Ampache: For the love of music" />
+ </a>
+ </h1>
+ <div id="headerbox">
+ <?php show_box_top('','box box_headerbox'); ?>
<span id="loginInfo"><?php echo _('You are currently logged in as') . " " . $GLOBALS['user']->fullname; ?></span>
<?php require_once Config::get('prefix') . '/templates/show_search_bar.inc.php'; ?>
<?php show_box_bottom(); ?>
- </div> <!-- End topbarright -->
- </div><!-- End topbar -->
+ </div> <!-- End headerbox -->
+ </div><!-- End header -->
<div id="sidebar"><!-- This is the sidebar -->
<?php require_once Config::get('prefix') . '/templates/sidebar.inc.php'; ?>
</div><!-- End sidebar -->