summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
Diffstat (limited to 'src/web')
-rw-r--r--src/web/_views/footer.php15
-rw-r--r--src/web/_views/head.php4
-rw-r--r--src/web/_views/header.php15
3 files changed, 17 insertions, 17 deletions
diff --git a/src/web/_views/footer.php b/src/web/_views/footer.php
index 1f1ad30..8807160 100644
--- a/src/web/_views/footer.php
+++ b/src/web/_views/footer.php
@@ -7,14 +7,15 @@
$footer_text = '';
}
?>
- <div id="ad" class="section ad-slot" role="region">
- <span class="ad-slot">
- <?=lang('adblock_notice')?>
- </span>
- </div>
+ <div id="ad" class="section ad-slot" role="region">
+ <span class="ad-slot">
+ <?=lang('adblock_notice')?>
+ </span>
</div>
</div>
- <div id="footer" role="contentinfo" aria-label="footer">
+ </div>
+ <div id="footer" role="contentinfo" aria-label="footer">
+ <div class="container"><div class="section">
<?=lang('license')?>
<br>
<?=lang('copyright')?> <?=lang('first_name')?> <?=lang('last_name')?> <?=date('Y')?>
@@ -49,7 +50,7 @@
title="<?=lang('bucket_title')?>"
src="<?=$this->get_url('bucket?name=freya')?>"
></iframe>
- </div>
+ </div></div>
</div>
<?=ie('</center>')?>
</body>
diff --git a/src/web/_views/head.php b/src/web/_views/head.php
index 8cd6f87..73bd3f6 100644
--- a/src/web/_views/head.php
+++ b/src/web/_views/head.php
@@ -53,10 +53,6 @@
echo ie($this->embed_css('css/ie/ie.css'));
/* IE 4 Styles */
echo ie_ua($this->embed_css('css/ie/ie4.css'), 4);
- /* IE 6-7 Styles */
- echo '<!--[if (gt IE 5)&(lt IE 8) ]>';
- echo $this->embed_css('css/ie/ie6.css');
- echo '<![endif]-->';
/* CSS Files */
foreach($css as $file)
diff --git a/src/web/_views/header.php b/src/web/_views/header.php
index 5eb528a..d4966a9 100644
--- a/src/web/_views/header.php
+++ b/src/web/_views/header.php
@@ -5,9 +5,11 @@
</head>
<body>
<?=ie('<center>')?>
-<div class="center">
- <div id="header" role="banner" aria-label="banner">
- <?=image('img/headerLogo', 'alt_website_logo', 'title_website_logo', size: '200')?>
+<div id="header" role="banner" aria-label="banner">
+ <div class="container"><div class="section">
+ <a href="<?=$this->get_url('')?>">
+ <?=image('img/headerLogo', 'alt_website_logo', 'title_website_logo', size: '200')?>
+ </a>
<div class="content">
<h1 class="logo-text">
<?=lang('first_name')?>
@@ -30,6 +32,7 @@
</ul>
</div>
</div>
- </div>
- <div id="main" role="main" aria-label="main">
- <div id="container">
+ </div></div>
+</div>
+<div id="main" role="main" aria-label="main">
+ <div class="container">