CSS classes formed to ids and command LocalHome finished
[shipsimu.git] / application / ship-simu / templates / de / code / shipsimu_main.ctp
index 12429ffe425ba041f993ac69bde85a378394ca90..7e0010844e9ecee03153fe7dd2af1ecaa182db0d 100644 (file)
@@ -1,19 +1,21 @@
 <!-- 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?}
+</div>
 
-<div class="shipsimu_header">
-       [--HEADER_SHIP_SIMU--]
+<div id="main_header">
+       [HEADER_SHIP_SIMU]
 </div>
 
-<div class="shipsimu_content">
+<div id="main_content">
        {?content?}
 </div>
 
-<div class="shipsimu_content">
-       [--FOOTER_SHIP_SIMU--]
+<div id="main_footer">
+       [FOOTER_SHIP_SIMU]
 </div>
 
-{?footer_msg:footer_msg=[--FOOTER_SHIP_SIMU--]?}
+{?footer_msg:footer_msg=[FOOTER_SHIP_SIMU]?}