Revize 1117
Přidáno uživatelem Michal Kliment před více než 13 roky(ů)
freenetis/branches/device_templates/application/controllers/devices.php | ||
---|---|---|
|
||
// view
|
||
$view->title = url_lang::lang('texts.Device').' '.$device->name;
|
||
$view->breadcrumbs = implode(' » ', $breadcrumbs);
|
||
$view->breadcrumbs = $breadcrumbs->html();
|
||
$view->content = new View('devices_show');
|
||
$view->content->device = $device;
|
||
$view->content->device_type = $device_type;
|
Také k dispozici: Unified diff
Merge zmen z testingu do vetve se sablonami zarizeni - jeste oprava drobne chyby...