]> git.mxchange.org Git - city.git/commitdiff
Added menu entry 'infos' + fixed wrong variable
authorRoland Haeder <roland@mxchange.org>
Sun, 5 Apr 2015 20:49:41 +0000 (22:49 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 5 Apr 2015 20:49:41 +0000 (22:49 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/city/templates/de/menu/generic_menu_entries.xml

index 67190e30082246ef2b373aa0f8f0d555c93574bf..6cd73e9309c7097fc65abf61bdcdbc4f0e71907c 100644 (file)
@@ -46,7 +46,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                                        <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-title><![CDATA[Zum Spiel {?app_full_name?} einloggen]]></anchor-title>
                                                <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=login]]></anchor-href>
                                        </anchor>
                                </entry>
@@ -59,6 +59,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                                                <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=register]]></anchor-href>
                                        </anchor>
                                </entry>
+                               <entry>
+                                       <entry-id><![CDATA[infos_entry]]></entry-id>
+                                       <anchor>
+                                               <anchor-id><![CDATA[menu_infos]]></anchor-id>
+                                               <anchor-text><![CDATA[Informationen]]></anchor-text>
+                                               <anchor-title><![CDATA[&Uuml;ber dieses Spiel]]></anchor-title>
+                                               <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=infos]]></anchor-href>
+                                       </anchor>
+                               </entry>
                                <entry>
                                        <entry-id><![CDATA[pillory_entry]]></entry-id>
                                        <anchor>
@@ -98,7 +107,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                                        <anchor>
                                                <anchor-id><![CDATA[menu_terms]]></anchor-id>
                                                <anchor-text><![CDATA[ANBs]]></anchor-text>
-                                               <anchor-title><![CDATA[Allgemeine Nutzungsbedingungen]]></anchor-title>
+                                               <anchor-title><![CDATA[Allgemeine Nutzungsbedingungen (=ANBs)]]></anchor-title>
                                                <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=terms]]></anchor-href>
                                        </anchor>
                                </entry>