k2pathway.php
915 Bytes
<?php
/*
* <ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Дом</a></li>
<li class="active">Админка</li>
</ol>
*/
$this->temp_group='<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Дом</a></li>
{elements}
</ol>'; // Template group (Шаблон для группы)
$this->temp_el='<li class="active">{caption}</li>'; // Template for items (Шаблон для элементов)
$this->temp_last_el='<li class="active">{caption}</li>'; // Template for the last elements (Шаблон для последнего элементов)
$this->temp_act='<li class="active">{caption}</li>'; // The pattern of the active element (Шаблон активного элемента)