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

index 1c92a39adb189dd590698a6925c0a867ab982523..ed67731ff5f947f3fb1b7789f313b6efd0b8dbc2 100644 (file)
@@ -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>
index 6469ccd652cce70bb7b29981fd9c73ee387950e6..82635dec613a49bcb0fe303885e0bbfebf4fa20e 100644 (file)
        {?content?}
 </div>
 
+<div id="nav_footer">
+       {?nav_footer?}
+</div>
+
 <div id="main_footer">
        {?install_footer?}
 </div>