Some template issues fixed
authorRoland Häder <roland@mxchange.org>
Wed, 2 Sep 2009 22:09:46 +0000 (22:09 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 2 Sep 2009 22:09:46 +0000 (22:09 +0000)
application/ship-simu/templates/de/code/captch_graphic_code.ctp
application/ship-simu/templates/de/menu/base_menu.xml
application/ship-simu/templates/de/menu/generic_menu_entries.xml

index 101be7f370cd7bc9082118082ae73572ed0fec91..121fb003c75546ae30fc56e01f6bad73590718dd 100644 (file)
@@ -15,7 +15,8 @@ $captchaHelper->flushContent();
 // [EOC]
 ?>
 <div class="captcha_image">
-       <img src="$config[base_url]/index.php?app={?app_short_name?}&amp;page=code_captcha&amp;encrypt={?encrypted_code?}&amp;request=image" alt="CAPTCHA-Bild" title="CAPTCHA-Bild" class="captcha_img" />
+       <img src="$config[base_url]/index.php?app={?app_short_name?}&amp;page=code_captcha&amp;encrypt={?encrypted_code?}&amp;request=image"
+        alt="CAPTCHA-Bild" title="CAPTCHA-Bild" class="captcha_img" />
 </div>
 <div class="captcha_code">
        {?captcha_code?}
index 678703a3cf36ed6799551f77857379e4f66cef84..bb3c6bcd83788d5c036172450e2e39daea046928 100644 (file)
@@ -8,7 +8,7 @@
        <entries>
                <entry id="{?entry_id?}">
                        <anchor id="{?anchor_id?}" link="{?anchor_link?}" title="{?anchor_title?}" target="{?anchor_target?}" rel="{?anchor_rel?}">
-                               <![CDATA[index.php?app={?short_app_name?}&amp;page=]]>
+                               <![CDATA[index.php?app={?app_short_name?}&amp;page=]]>
                        </anchor>
                </entry>
                <advert id="{?advert_id?}">
index 8994b389231d1f857a3fd1f5ef407ca9a383e3c5..79e5b66c9f93185fba67d5c86ec2892644acd10a 100644 (file)
@@ -2,23 +2,23 @@
 <entries extends="base_menu">
        <entry id="home">
                <anchor id="menu_home" link="Home" title="Home">
-                       <![CDATA[index.php?app={!app_short_name!}]]>
+                       <![CDATA[index.php?app={?app_short_name?}]]>
                </anchor>
        </entry>
        <entry id="login">
                <anchor id="menu_login" link="Einloggen" title="Zum Spiel {?app_name?} einloggen">
-                       <![CDATA[index.php?app={!app_short_name!}&amp;page=login]]>
+                       <![CDATA[index.php?app={?app_short_name?}&amp;page=login]]>
                </anchor>
        </entry>
        <entry id="register">
                <anchor id="menu_register" link="Home" title="Zur Anmeldeseite">
-                       <![CDATA[index.php?app={!app_short_name!}&amp;page=register]]>
+                       <![CDATA[index.php?app={?app_short_name?}&amp;page=register]]>
                </anchor>
        </entry>
        <!--
        <entry id="">
                <anchor id="menu_" link="" title="" target="" rel="">
-                       <![CDATA[index.php?app={!app_short_name!}&amp;page=]]>
+                       <![CDATA[index.php?app={?app_short_name?}&amp;page=]]>
                </anchor>
        </entry>
        //-->