Неправильно.
template.php:
[CODE]$this->SetViewTarget('mycontent');
?>
[/CODE]header.php:
[CODE]<div id="mycontent">
<? $APPLICATION->ShowViewContent('mycontent'); ?>
</div>
[/CODE]
template.php:
[CODE]$this->SetViewTarget('mycontent');
?>
<?=$arResult["DESCRIPTION"]?>
<?$this->EndViewTarget();?>[/CODE]header.php:
[CODE]<div id="mycontent">
<? $APPLICATION->ShowViewContent('mycontent'); ?>
</div>
[/CODE]