<?php
$this->layoutNoTitle = true;
if ($this->switchLayout) { $this->setLayout($this->switchLayout); }
echo @$content;
?>