Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2249

Přidáno uživatelem Ondřej Fibich před téměř 11 roky(ů)

Opravy:
- oprava vlozeni celeho URL jako linku do drobeckove navigace

Zobrazit rozdíly:

freenetis/branches/1.1/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