]> git.mxchange.org Git - install.git/blob - application/install/templates/de/code/install_main.ctp
Application initialized with default things (yes, we will have news right inside...
[install.git] / application / install / templates / de / code / install_main.ctp
1 {?header?}
2
3 <div id="main_header">
4         {?install_header?}
5 </div>
6
7 <div id="navigation">
8         {?navigation?}
9 </div>
10
11 <div id="advert">
12         {?nav_advert?}
13 </div>
14
15 <div id="main_content">
16         {?content?}
17 </div>
18
19 <div id="main_footer">
20         {?install_footer?}
21 </div>
22
23 {?footer?}