if $tag_array.tag_url neq '' style="display:none;" /if >
| $langShopTagContent : |
php
include("../classes/resource/fckeditor/fckeditor.php") ;
$oFCKeditor = new FCKeditor('txtTagcontent') ;
$oFCKeditor->BasePath = '../classes/resource/fckeditor/' ;
$oFCKeditor->ToolbarSet = 'Simple';
$oFCKeditor->Width = 588 ;
$oFCKeditor->Height = 320 ;
$oFCKeditor->Value = $this->_tpl_vars['tag_array']['tag_content'] ;
$oFCKeditor->Create() ;
/php
|