More fixes...
[shipsimu.git] / application / ship-simu / templates / de / code / shipsimu_main.ctp
1 <!-- The compileable main template for the ship simulator //-->
2
3 {?header:title=[WELCOME_SHIP_SIMU]?}
4
5 <div id="main_header">
6 [HEADER_SHIP_SIMU]
7 </div>
8
9 <div id="navigation">
10 {?navigation?}
11 </div>
12
13 <div id="advert">
14 {?nav_advert?}
15 </div>
16
17 <div id="main_content">
18 {?content?}
19 </div>
20
21 <div id="main_footer">
22 [FOOTER_SHIP_SIMU]
23 </div>
24
25 {?footer?}