"; ?>
 " . $sas_lang['title'] . ":   " . $sas_lang['category'] . ":   " . $sas_lang['order'] . ": "; print " " . $sas_lang['section'] . ": 
"; $template_path = $sas_config['serverpath'] . $sas_config['user_path'] . "/" . $media . "/templates"; if (is_dir($template_path)) { print " " . $sas_lang['template'] . ":  "; } if ($invisible == "yes") { print " " . $sas_lang['invisible'] . " 
"; } else { print " " . $sas_lang['invisible'] . " 
"; } $theme_css = $sas_config['url'] . $cmsdir . "/themes/" . $sas_config[theme] . "/style.css"; print "
"; $height = $sas_config['htmlarea_editor_rows'] * 20; $fck_lang = strtolower($sas_config[language]); $oFCKeditor = new FCKeditor('content'); $oFCKeditor->BasePath = 'editors/fckeditor/'; $oFCKeditor->BaseHref = '$site_url'; $oFCKeditor->Config['EditorAreaCSS'] = $theme_css; $oFCKeditor->Config['DefaultLanguage'] = "$fck_lang"; $oFCKeditor->Width = '100%'; $oFCKeditor->Height = $height; $oFCKeditor->Value = $content; $oFCKeditor->Create(); print "
"; print "
"; print "   " . $sas_lang['return_to_editor'] . "

"; include ("interface/pageend.inc.php"); include ("interface/footer.inc.php"); ?>