]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/menu/base_menu.xml
Re-organized directory structure
[shipsimu.git] / application / ship-simu / templates / de / menu / base_menu.xml
diff --git a/application/ship-simu/templates/de/menu/base_menu.xml b/application/ship-simu/templates/de/menu/base_menu.xml
new file mode 100644 (file)
index 0000000..5eb5c1e
--- /dev/null
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<menu>
+       <header>
+               <title>
+                       {?menu_title?}
+               </title>
+       </header>
+       <entries>
+               <entry id="{?entry_id?}">
+                       <anchor id="{?anchor_id?}" href="{?anchor_href?}" target="{?anchor_target?}" rel="{?anchor_rel?}" title="{?anchor_title?}">
+                               {?anchor_link_text?}
+                       </anchor>
+                       <design class="{?entry_design_class?}">
+                               {?entry_design_text?}
+                       </design>
+               </entry>
+       </entries>
+       <footer>
+               <text>
+                       {?footer_text?}
+               </text>
+               <design class="{?footer_design_class?}">
+                       {?footer_design_text?}
+               </design>
+       </footer>
+</menu>