Revize c1bdc1c4
Přidáno uživatelem Michal Kliment před více než 9 roky(ů)
application/helpers/breadcrumbs.php | ||
---|---|---|
// access
|
||
if ($access)
|
||
{
|
||
$html = html::anchor(url_lang::base() . $url, $html);
|
||
if (!text::starts_with($url, url_lang::base()))
|
||
{
|
||
$url = url_lang::base() . $url;
|
||
}
|
||
|
||
$html = html::anchor($url, $html);
|
||
}
|
||
// add item
|
||
$this->items[] = $html;
|
Také k dispozici: Unified diff
Release 1.1.0