ToDo manager added (I need it by myself!), all links and form action now dynamic
[shipsimu.git] / application / todo / templates / de / code / todo_main.ctp
1 {?header?}
2
3 <div id="main_header">
4         {?todo_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         {?todo_footer?}
21 </div>
22
23 {?footer?}