<? $sSectionName = ""; $sPath = $_SERVER["DOCUMENT_ROOT"].$APPLICATION->GetCurDir().".section.php"; include($sPath); echo $sSectionName; ?>
<? $props = $APPLICATION->GetDirPropertyList(); foreach($props as $key=>$val) echo 'name="'.$key.'" content="'.htmlspecialchars($val).'"<br />'; ?>