include file ='../header.html'
include file ='own_shop.menu.html'
$langShopIntro
php
include("../classes/resource/fckeditor/fckeditor.php") ; $oFCKeditor = new FCKeditor('txtShopIntro') ; $oFCKeditor->BasePath = '../classes/resource/fckeditor/' ; $oFCKeditor->ToolbarSet = 'Simple'; $oFCKeditor->Width = 385 ; $oFCKeditor->Height = 220 ; $oFCKeditor->Value = $this->_tpl_vars['shop_intro']; $oFCKeditor->Create() ;
/php
include file ='../../../html/footer.html'