Code Context $name = str_replace('/', DS, $name);
$file = $plugin . 'Elements' . DS . $name . $this->ext;
trigger_error(__d('cake_dev', 'Element Not Found: %s', $file), E_USER_NOTICE);
$name = 'Defaults/breadcrumbs'
$data = array(
'crumbPath' => array(
(int) 0 => array(
'url' => '/',
'title' => 'Naslovna'
),
(int) 1 => array(
'url' => '/Sitemap',
'title' => 'Sitemap'
)
)
)
$options = array(
'callbacks' => false
)
$file = 'GamePc.Elements/Defaults/breadcrumbs.ctp'
$plugin = 'GamePc.'
View::element() - CORE/Cake/View/View.php, line 425
include - APP/Plugin/Module/Navigation/View/Sitemap/index.ctp, line 3
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
PluginThemeView::_render() - APP/Plugin/Module/Theme/View/PluginThemeView.php, line 16
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
SystemDispatcher::dispatch() - APP/Plugin/Module/System/Routing/SystemDispatcher.php, line 41
[main] - APP/webroot/index.php, line 60