Skip to content

Commit

Permalink
Remove base from error
Browse files Browse the repository at this point in the history
  • Loading branch information
anqqa committed Nov 13, 2012
1 parent 75ad554 commit 9da990f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/anqh/view/errorpage.php
Expand Up @@ -35,7 +35,6 @@ protected function _head() {
<meta charset="<?= Kohana::$charset ?>" />
<meta http-equiv="Content-Type" content="text/html; charset=<?= Kohana::$charset ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<base href="<?php echo $this->base ?>" />

<title><?= ($this->title ? HTML::chars($this->title) . ' | ' : '') . Kohana::$config->load('site.site_name') ?></title>
<link rel="icon" type="image/png" href="<?= $this->base ?>ui/favicon.png" />
Expand Down

0 comments on commit 9da990f

Please sign in to comment.