Add <base> element to <head> so I can use $location.search
This commit is contained in:
parent
1fc26c01ac
commit
47770bffe4
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue