In Yii framework view page I have the breadcrumb and just below it the content part is there.Now as per my requirment I want the content title should come above the breadcrumb.Now to change the content part and to extract the title of the content I saw that the content part has only this <?php echo $content; ?>.
So how to extract the title and place the breadcrumb part below that part?