header_extras_hook added, templates in inc/templates/ may become deprecated soon...
authorRoland Häder <roland@mxchange.org>
Fri, 13 Mar 2009 19:53:16 +0000 (19:53 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 13 Mar 2009 19:53:16 +0000 (19:53 +0000)
templates/de/code/header.ctp

index 92730260089a36194dcee66c5e8b24158340d94e..49bb65b598b26f56c0eed5339c11a005b6775945 100644 (file)
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
 <head>
        <title>
-               {?title?}
+               {?app_full_name?} - {?title?}
        </title>
 
        <meta name="author" content="$config[meta_author]" />
@@ -14,6 +14,7 @@
        <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>