include file ='../header.html'
include file ='own_menu.html'
$langShopIIsSale
>>
$langShopFreeSetUpShop
$langShopOpenSay
$langShoploginName
:
$smarty.session.s_login.name
$langShopName
:
$langShopNameInfo
$langShopClass
:
foreach from=$shop_select_category item=one
$one.class_name
foreach from=$one.child item=two
$two.class_name
/foreach
/foreach
$langShopArea
:
foreach item = parent from = $area_array
if $sel_area[0].area_id eq $parent.area_id selected="selected"
/if
value="
$parent.area_id
||
$parent.is_parent
">
$parent.area_name
/foreach
$sel_area[1].area_name
$sel_area[2].area_name
$sel_area[3].area_name
$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 = '' ; $oFCKeditor->Create() ;
/php
$langShopAgreeAndComply
$langShopAgree
:
include file='../../../html/shop_agreement.html'
include file ='../../../html/footer.html'