Page 1 of 1

How to chang arrow direction of breadcrumb

PostPosted: 14 Oct 2014, 14:49
by saha66
Hi

I want to change arrow direction of breadcrumb for my rtl website.

Please help me.

Thanks in advance

Re: How to chang arrow direction of breadcrumb

PostPosted: 14 Oct 2014, 15:01
by Xpycm

Re: How to chang arrow direction of breadcrumb

PostPosted: 15 Oct 2014, 11:06
by saha66
Thanks a lot

Re: How to chang arrow direction of breadcrumb

PostPosted: 15 Oct 2014, 12:02
by saha66
I will change the "$separator" but nothing changed.

Please help me.

Re: How to chang arrow direction of breadcrumb

PostPosted: 15 Oct 2014, 12:22
by Xpycm
themes\classic\views\layouts\inner.php file

Code: Select all
<?php
    $this
->widget('zii.widgets.CBreadcrumbs', array(
        
'links'=>$this->breadcrumbs,
        
'separator' => ' I"m a separator ',
    ));
?>