46 if (isset($this->htmlOptions[
'class'])) {
47 $this->htmlOptions[
'class'] .=
' jumbotron';
49 $this->htmlOptions[
'class'] =
'jumbotron';
52 echo CHtml::openTag(
'div', $this->htmlOptions);
54 if ($this->encodeHeading) {
55 $this->heading = CHtml::encode($this->heading);
58 if (isset($this->heading)) {
59 echo CHtml::tag(
'h1', $this->headingOptions, $this->heading);
70 echo CHtml::closeTag(
'div');