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