// [EOC]
?>
<div class="captcha_image">
- <img src="$config[base_url]/index.php?app={?app_short_name?}&page=code_captcha&encrypt={?encrypted_code?}&request=image" alt="CAPTCHA-Bild" title="CAPTCHA-Bild" class="captcha_img" />
+ <img src="$config[base_url]/index.php?app={?app_short_name?}&page=code_captcha&encrypt={?encrypted_code?}&request=image"
+ alt="CAPTCHA-Bild" title="CAPTCHA-Bild" class="captcha_img" />
</div>
<div class="captcha_code">
{?captcha_code?}
<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?}&page=]]>
+ <![CDATA[index.php?app={?app_short_name?}&page=]]>
</anchor>
</entry>
<advert id="{?advert_id?}">
<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!}&page=login]]>
+ <![CDATA[index.php?app={?app_short_name?}&page=login]]>
</anchor>
</entry>
<entry id="register">
<anchor id="menu_register" link="Home" title="Zur Anmeldeseite">
- <![CDATA[index.php?app={!app_short_name!}&page=register]]>
+ <![CDATA[index.php?app={?app_short_name?}&page=register]]>
</anchor>
</entry>
<!--
<entry id="">
<anchor id="menu_" link="" title="" target="" rel="">
- <![CDATA[index.php?app={!app_short_name!}&page=]]>
+ <![CDATA[index.php?app={?app_short_name?}&page=]]>
</anchor>
</entry>
//-->