]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/menu/generic_menu_entries.xml
Renamed 'ship-simu' to 'shipsimu' + added 'core' and symlink to core/inc
[shipsimu.git] / application / ship-simu / templates / de / menu / generic_menu_entries.xml
diff --git a/application/ship-simu/templates/de/menu/generic_menu_entries.xml b/application/ship-simu/templates/de/menu/generic_menu_entries.xml
deleted file mode 100644 (file)
index 65c742e..0000000
+++ /dev/null
@@ -1,113 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!--
-Generic menu entries. You should leave this template for smooth upgrades.
-
-@author                Roland Haeder <webmaster@ship-simu.org>
-@version       0.0.0
-@copyright     Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
-@license       GNU GPL 3.0 or any newer version
-@link          http://www.ship-simu.org
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>
-//-->
-<menu>
-       <block-list block-count="{?block_count?}">
-               <block>
-                       <block-header>
-                               <title>
-                                       <title-id><![CDATA[home_menu_title]]></title-id>
-                                       <title-class><![CDATA[menu_title]]></title-class>
-                                       <title-text><![CDATA[Home:]]></title-text>
-                               </title>
-                       </block-header>
-                       <entry-list entry-count="{?entry_count?}">
-                               <entry>
-                                       <entry-id><![CDATA[home_entry]]></entry-id>
-                                       <anchor>
-                                               <anchor-id><![CDATA[menu_home]]></anchor-id>
-                                               <anchor-text><![CDATA[Home]]></anchor-text>
-                                               <anchor-title><![CDATA[Zur Startseite]]></anchor-title>
-                                               <anchor-href><![CDATA[index.php?app={?app_short_name?}]]></anchor-href>
-                                       </anchor>
-                               </entry>
-                               <entry>
-                                       <entry-id><![CDATA[login_entry]]></entry-id>
-                                       <anchor>
-                                               <anchor-id><![CDATA[menu_login]]></anchor-id>
-                                               <anchor-text><![CDATA[Einloggen]]></anchor-text>
-                                               <anchor-title><![CDATA[Zum Spiel {?app_name?} einloggen]]></anchor-title>
-                                               <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=login]]></anchor-href>
-                                       </anchor>
-                               </entry>
-                               <entry>
-                                       <entry-id><![CDATA[register_entry]]></entry-id>
-                                       <anchor>
-                                               <anchor-id><![CDATA[menu_register]]></anchor-id>
-                                               <anchor-text><![CDATA[Anmeldung]]></anchor-text>
-                                               <anchor-title><![CDATA[Zur Anmeldeseite]]></anchor-title>
-                                               <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=register]]></anchor-href>
-                                       </anchor>
-                               </entry>
-                               <entry>
-                                       <entry-id><![CDATA[pillory_entry]]></entry-id>
-                                       <anchor>
-                                               <anchor-id><![CDATA[menu_pillory]]></anchor-id>
-                                               <anchor-text><![CDATA[Pranger]]></anchor-text>
-                                               <anchor-title><![CDATA[Zum Pranger]]></anchor-title>
-                                               <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=pillory]]></anchor-href>
-                                       </anchor>
-                               </entry>
-                       </entry-list>
-                       <block-footer>
-                               <footer-id><![CDATA[home_menu_footer]]></footer-id>
-                               <footer-class><![CDATA[menu_footer]]></footer-class>
-                               <footer-text><![CDATA[Leer]]></footer-text>
-                       </block-footer>
-               </block>
-               <block>
-                       <block-header>
-                               <title>
-                                       <title-id><![CDATA[law_menu_title]]></title-id>
-                                       <title-class><![CDATA[menu_title]]></title-class>
-                                       <title-text><![CDATA[Rechtliches:]]></title-text>
-                               </title>
-                       </block-header>
-                       <entry-list entry-count="{?entry_count?}">
-                               <entry>
-                                       <entry-id><![CDATA[imprint_entry]]></entry-id>
-                                       <anchor>
-                                               <anchor-id><![CDATA[menu_imprint]]></anchor-id>
-                                               <anchor-text><![CDATA[Impressum]]></anchor-text>
-                                               <anchor-title><![CDATA[Impressum]]></anchor-title>
-                                               <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=imprint]]></anchor-href>
-                                       </anchor>
-                               </entry>
-                               <entry>
-                                       <entry-id><![CDATA[terms_entry]]></entry-id>
-                                       <anchor>
-                                               <anchor-id><![CDATA[menu_terms]]></anchor-id>
-                                               <anchor-text><![CDATA[ANBs]]></anchor-text>
-                                               <anchor-title><![CDATA[Allgemeine Nutzungsbedingungen]]></anchor-title>
-                                               <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=terms]]></anchor-href>
-                                       </anchor>
-                               </entry>
-                       </entry-list>
-                       <block-footer>
-                               <footer-id><![CDATA[law_menu_footer]]></footer-id>
-                               <footer-class><![CDATA[menu_footer]]></footer-class>
-                               <footer-text><![CDATA[Leer]]></footer-text>
-                       </block-footer>
-               </block>
-       </block-list>
-</menu>