678703a3cf36ed6799551f77857379e4f66cef84
[shipsimu.git] / application / ship-simu / templates / de / menu / base_menu.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <menu>
3         <header>
4                 <title class="{!menu_title_class">
5                         {?menu_title?}
6                 </title>
7         </header>
8         <entries>
9                 <entry id="{?entry_id?}">
10                         <anchor id="{?anchor_id?}" link="{?anchor_link?}" title="{?anchor_title?}" target="{?anchor_target?}" rel="{?anchor_rel?}">
11                                 <![CDATA[index.php?app={?short_app_name?}&amp;page=]]>
12                         </anchor>
13                 </entry>
14                 <advert id="{?advert_id?}">
15                         <![CDATA[{?advert_code?}]]>
16                 </advert>
17         </entries>
18         <footer id="{!footer_id?}">
19                 <text class="{?footer_design_class?}">
20                         {?footer_text?}
21                 </text>
22         </footer>
23 </menu>