if ($this->_tpl_vars['field']['value']) {
                echo is_array($_tmp = $this->_tpl_vars['field']['value']) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html');
            }
            ?>
"/>
                </td>
                <?php 
        } else {
            ?>
                    <td valign="top"><strong><?php 
            echo $this->_tpl_vars['field']['title'];
            ?>
:</strong></td>
                    <td>
                        <?php 
            echo cmsSmartyWysiwyg(array('name' => "fdata[" . $this->_tpl_vars['id'] . "]", 'value' => $this->_tpl_vars['field']['value'], 'height' => 300, 'width' => '98%', 'toolbar' => 'Basic'), $this);
            ?>

                    </td>
                <?php 
        }
        ?>
            </tr>
        <?php 
    }
}
unset($_from);
?>
        <?php 
if ($this->_tpl_vars['is_admin']) {
    ?>
			<td>
                <h3><?php 
echo $this->_tpl_vars['LANG']['ARTICLE_ANNOUNCE'];
?>
</h3>
				<div><?php 
echo cmsSmartyWysiwyg(array('name' => 'description', 'value' => $this->_tpl_vars['mod']['description'], 'height' => 200, 'width' => '100%'), $this);
?>
</div>

				<h3><?php 
echo $this->_tpl_vars['LANG']['ARTICLE_TEXT'];
?>
</h3>
				<div><?php 
echo cmsSmartyWysiwyg(array('name' => 'content', 'value' => $this->_tpl_vars['mod']['content'], 'height' => 450, 'width' => '100%'), $this);
?>
</div>
			</td>
		</tr>
	</table>

    <script type="text/javascript">
        var LANG_SELECT_CAT = '<?php 
echo $this->_tpl_vars['LANG']['SELECT_CAT'];
?>
';
        var LANG_REQ_TITLE  = '<?php 
echo $this->_tpl_vars['LANG']['REQ_TITLE'];
?>
';
"/>
					</div>
				</td>
				<td width="120">
					<label><?php 
echo $this->_tpl_vars['LANG']['UPLOAD_LOGO'];
?>
:</label>
				</td>
				<td>
					<input name="picture" type="file" id="picture" style="width:270px;" />
				</td>
			</tr>
		</table>
		<?php 
echo cmsSmartyWysiwyg(array('name' => 'description', 'value' => $this->_tpl_vars['club']['description'], 'height' => 350, 'width' => '100%'), $this);
?>

	</div>

	<div id="moders">
		<table width="500" border="0" cellspacing="0" cellpadding="10" id="multiuserscfg">
			<tr>
				<td colspan="3">
					<div class="hint"><?php 
echo $this->_tpl_vars['LANG']['MODERATE_TEXT'];
?>
</div>
				</td>
			</tr>
			<tr>