In main layout i have this code
I want to change the word Home and include multilanguage outputRead more
<?php if(isset($this->breadcrumbs)):?>
<?php $this->widget('zii.widgets.CBreadcrumbs', array(
'links'=>$this->breadcrumbs,
)); ?><!-- breadcrumbs -->
<?php endif ?>
I want to change the word Home and include multilanguage outputRead more