{$labelAboutEditTitle}   
{$labelAboutTitle}   {$labelModelCommonTitleDesc}
{$labelModelCommonBelongToNavigation}
{$labelAboutKeywords}   {$labelAboutKeywordsDesc}
{$labelAboutDesc}
{$labelAboutSortNum}   {$labelAboutSortNumDesc}
{$labelModelCommonDetailedContent} EOT; include("fckeditor/fckeditor.php") ; $oFCKeditor = new FCKeditor('aboutcontent') ; $oFCKeditor->BasePath = 'fckeditor/'; $oFCKeditor->Value = "{$aboutRow['aboutcontent']}"; $oFCKeditor->Width = '100%' ; $oFCKeditor->Height = '400' ; $oFCKeditor->Create() ; echo <<
    
EOT; @include_once($adminTemplatePath.'/footer.html'); echo <<