home command now loads its template into the master template
[shipsimu.git] / application / ship-simu / templates / de / code / shipsimu_main.ctp
index 208aa2f668e25b9e3cc2cd5c8ea8e0652c70a6d6..12429ffe425ba041f993ac69bde85a378394ca90 100644 (file)
@@ -1,11 +1,11 @@
 <!-- The compileable main template for the ship simulator //-->
 
-{?header:title={--WELCOME_SHIP_SIMU--}?}
+{?header:title=[--WELCOME_SHIP_SIMU--]?}
 
 {?navigation:nav_row=home;imprint;contact?}
 
 <div class="shipsimu_header">
-       {--HEADER_SHIP_SIMU--}
+       [--HEADER_SHIP_SIMU--]
 </div>
 
 <div class="shipsimu_content">
@@ -13,7 +13,7 @@
 </div>
 
 <div class="shipsimu_content">
-       {--FOOTER_SHIP_SIMU--}
+       [--FOOTER_SHIP_SIMU--]
 </div>
 
-{?footer_msg:footer_msg={--FOOTER_SHIP_SIMU--}?}
+{?footer_msg:footer_msg=[--FOOTER_SHIP_SIMU--]?}