So I have a prepaid site and in the main.php it has:
<div id="outer">
<?php
    if (!$simple)
    {
        array_pop($this->breadcrumbs);
        $this->widget('zii.widgets.CBreadcrumbs', array(
            'homeLink'=>'',
            'links'=>$this->breadcrumbs,
        ));
    }
?><!-- breadcrumbs -->
<?php echo $content; ?>
Where would I edit the $content; ??