Add <base> element to <head> so I can use $location.search

This commit is contained in:
Kyle Johnson 2014-11-15 23:49:18 +00:00
parent 1fc26c01ac
commit 47770bffe4
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ function xhtmlHeaders( $file, $title )
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="/">
<link rel="icon" type="image/ico" href="graphics/favicon.ico"/>
<link rel="shortcut icon" href="graphics/favicon.ico"/>
<link rel="stylesheet" href="css/reset.css" type="text/css"/>