1 2 3 4 5 6
<?php/** * Source view - displays file in raw form if possible */$this->extend('../layout');echo $source;