diff options
Diffstat (limited to 'templates/website/emptyhomes-header')
-rw-r--r-- | templates/website/emptyhomes-header | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/website/emptyhomes-header b/templates/website/emptyhomes-header index 95c0833ea..313fc55c5 100644 --- a/templates/website/emptyhomes-header +++ b/templates/website/emptyhomes-header @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html lang="{{ lang_code }}"> +<html lang="{{ $lang_code }}"> <head> -<title>{{ title }}{{ site_title }}</title> +<title>{{ $title }}{{ $site_title }}</title> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <script type="text/javascript" src="/yui/utilities.js"></script> <script type="text/javascript" src="/js.js"></script> @@ -23,12 +23,12 @@ <div id="navigation"> <ul> - <li><a href="/">{{ report }}</a> - <li><a href="/reports">{{ reports }}</a></li> - <li><a href="/alert">{{ alert }}</a></li> - <li><a href="/faq">{{ faq }}</a></li> - <li><a href="/about">{{ about }}</a></li> - <li><a href="{{ lang_url }}">{{ lang }}</a></li> + <li><a href="/">{{ $report }}</a> + <li><a href="/reports">{{ $reports }}</a></li> + <li><a href="/alert">{{ $alert }}</a></li> + <li><a href="/faq">{{ $faq }}</a></li> + <li><a href="/about">{{ $about }}</a></li> + <li><a href="{{ $lang_url }}">{{ $lang }}</a></li> </ul> </div> |