Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c1bdc1c4

Přidáno uživatelem Michal Kliment před více než 9 roky(ů)

Release 1.1.0

Zobrazit rozdíly:

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