header_extras_hook added, templates in inc/templates/ may become deprecated soon...
[shipsimu.git] / application / ship-simu / templates / de / code / header.ctp
index 2306a6bffc828d8dbf3e0538e6bee23a7eae6860..ed67731ff5f947f3fb1b7789f313b6efd0b8dbc2 100644 (file)
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
 <head>
        <title>
-               Ship-Simu Schiffsimulator - $content[title]
+               {?app_full_name?} - {?title?}
        </title>
 
        <meta name="author" content="$config[meta_author]" />
        <meta name="keywords" content="$config[meta_keywords]" />
        <meta name="robots" content="index,follow" />
        <meta name="description" content="$config[meta_description]" />
-       <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
+       <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
        <meta http-equiv="content-style-type" content="text/css" />
        <meta http-equiv="content-script-type" content="text/javascript" />
        <meta http-equiv="language" content="de" />
+       {?header_extras_hook?}
 </head>
 
 <body>