CSS classes formed to ids and command LocalHome finished
[shipsimu.git] / application / ship-simu / templates / de / code / shipsimu_main.ctp
index 208aa2f668e25b9e3cc2cd5c8ea8e0652c70a6d6..7e0010844e9ecee03153fe7dd2af1ecaa182db0d 100644 (file)
@@ -1,19 +1,21 @@
 <!-- The compileable main template for the ship simulator //-->
 
 <!-- The compileable main template for the ship simulator //-->
 
-{?header:title={--WELCOME_SHIP_SIMU--}?}
+{?header:title=[WELCOME_SHIP_SIMU]?}
 
 
+<div id="navigation">
 {?navigation:nav_row=home;imprint;contact?}
 {?navigation:nav_row=home;imprint;contact?}
+</div>
 
 
-<div class="shipsimu_header">
-       {--HEADER_SHIP_SIMU--}
+<div id="main_header">
+       [HEADER_SHIP_SIMU]
 </div>
 
 </div>
 
-<div class="shipsimu_content">
+<div id="main_content">
        {?content?}
 </div>
 
        {?content?}
 </div>
 
-<div class="shipsimu_content">
-       {--FOOTER_SHIP_SIMU--}
+<div id="main_footer">
+       [FOOTER_SHIP_SIMU]
 </div>
 
 </div>
 
-{?footer_msg:footer_msg={--FOOTER_SHIP_SIMU--}?}
+{?footer_msg:footer_msg=[FOOTER_SHIP_SIMU]?}