{config_load file="lang/$language/lang_$language.conf" section="reviews"} {if $SUCCESS_MSG}
{$SUCCESS_MSG}
{elseif $ERROR_MSG}
{$ERROR_MSG}
{else}

∅ {#heading_reviews#} ({$TOTAL_REVIEWS})

{$REVIEWS_COUNT} {foreach name=aussen item=module_data from=$module_content}
{#text_rating#} {$module_data.RATING}

{$module_data.DATE} von {$module_data.AUTHOR}

{$module_data.TEXT}

{/foreach}
{$NAVIGATION}
{/if} {if $FORM_ACTION_REVIEW} {$FORM_ACTION_REVIEW}
{$INPUT_TEXT|replace:'name="review"':'name="review" id="review"'|replace:'style="width:99.9%"':''}
{$VVIMG|replace:'width="200"':'width="200" id="captcha_image_review"'}
{$INPUT_CODE|replace:'name="security_code_reviews"':'name="security_code_reviews" id="security_code_reviews"'}
{$BUTTON_SUBMIT|replace:'class="css_img_button"':'class="css_img_button" data-theme="b" data-role="button"'}
{$BUTTON_CANCEL|replace:'class="reviews_write_cancel"':'class="reviews_write_cancel" data-role="button" data-theme="d"'}
{$FORM_END} {$JS_REVIEW} {/if}