Skip to content

Commit

Permalink
fix for bs3
Browse files Browse the repository at this point in the history
  • Loading branch information
cornernote committed Dec 23, 2015
1 parent a991098 commit ad54815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion email/views/layouts/column1.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
if ($this->menu)
$this->pageHeading .= $this->widget('zii.widgets.CMenu', array(
'items' => $this->menu,
'htmlOptions' => array('class' => 'inline pull-right'),
'htmlOptions' => array('class' => 'list-inline pull-right'),
), true);
echo CHtml::tag('h1', array(), $this->pageHeading);
}
Expand Down

0 comments on commit ad54815

Please sign in to comment.