]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/shipsimu_main.ctp
Links in all templates reworked, Primera API (see www.primusportal.de for details...
[shipsimu.git] / application / ship-simu / templates / de / code / shipsimu_main.ctp
index 659c2bb43755f39bb54d8f7f1b77f7da2fdf488a..e15d8d97108d8cdbbae517a5a40f5cbcff4e3c74 100644 (file)
@@ -1,25 +1,23 @@
-<!-- The compileable main template for the ship simulator //-->
-
-{?header:title=[WELCOME_SHIP_SIMU]?}
+{?header?}
 
 <div id="main_header">
-[HEADER_SHIP_SIMU]
+       {?ship_simu_header?}
 </div>
 
 <div id="navigation">
-{?navigation?}
+       {?navigation?}
 </div>
 
 <div id="advert">
-{?nav_advert?}
+       {?nav_advert?}
 </div>
 
 <div id="main_content">
-{?content?}
+       {?content?}
 </div>
 
 <div id="main_footer">
-[FOOTER_SHIP_SIMU]
+       {?ship_simu_footer?}
 </div>
 
 {?footer?}