Všetko pre váš vysnívaný domov... Naša ponuka
10 Obľúbené (2)
Prihlásiť sa
10Obľúbené (2)
Notice
File: /home/domains/areto.cz/web/public/temp/cache/latte/components-CategoryMenu-dynamic.latte--86e67ce150.php:246
236: echo ' <img loading="lazy" data-src="'; 237: echo LR\Filters::escapeHtmlAttr(($this->filters->imagelink)($child, 'small')) /* line 112 */; 238: echo '" alt="picture"> 239: </picture> 240: '; 241: } 242: echo ' </div> 243: <div class="text"> 244: <h3> 245: <a href="'; 246: echo LR\Filters::escapeHtmlAttr(LR\Filters::safeUrl($child->locale()->slug)) /* line 117 */; 247: echo '">'; 248: echo LR\Filters::escapeHtmlText($child->locale()->name) /* line 117 */; 249: echo '</a> 250: </h3>
.../latte/src/Latte/Runtime/Template.php:311 source Template86e67ce150->blockMenicko(arguments)
301: 302: if (!$block) { 303: $hint = ($t = Latte\Helpers::getSuggestion($this->getBlockNames($layer), $name)) 304: ? ", did you mean '$t'?" 305: : '.'; 306: $name = $layer ? "$layer $name" : $name; 307: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 308: } 309: 310: $this->filter( 311: function () use ($block, $params): void { reset($block->functions)($params); }, 312: $mod, 313: $block->contentType, 314: "block $name" 315: );
null
.../latte/src/Latte/Runtime/Template.php:366 source Latte\Runtime\Template->Latte\Runtime\{closure}()
356: $block->functions = array_merge($block->functions, $functions); 357: } 358: 359: 360: /** 361: * @param string|\Closure|null $mod content-type name or modifier closure 362: */ 363: private function filter(callable $function, $mod, string $contentType, string $name): void 364: { 365: if ($mod === null || $mod === $contentType) { 366: $function(); 367: 368: } elseif ($mod instanceof \Closure) { 369: echo $mod($this->capture($function), $contentType); 370:
.../latte/src/Latte/Runtime/Template.php:314 source Latte\Runtime\Template->filter(arguments)
304: ? ", did you mean '$t'?" 305: : '.'; 306: $name = $layer ? "$layer $name" : $name; 307: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 308: } 309: 310: $this->filter( 311: function () use ($block, $params): void { reset($block->functions)($params); }, 312: $mod, 313: $block->contentType, 314: "block $name" 315: ); 316: } 317: 318:
"html" (4)
"block menicko" (13)
/home/domains/areto.cz/web/public/temp/cache/latte/components-CategoryMenu-dynamic.latte--86e67ce150.php:85 source Latte\Runtime\Template->renderBlock(arguments)
75: '; 76: $this->renderBlock('menicko', ['items' => $subChildren] + get_defined_vars(), 'html') /* line 21 */; 77: $level += 1 /* line 22 */; 78: echo ' </ul> 79: </div> 80: <div class="uk-width-expand@m"> 81: <ul id="component-tab-left'; 82: echo LR\Filters::escapeHtmlAttr($pozice) /* line 26 */; 83: echo '" class="uk-switcher"> 84: '; 85: $this->renderBlock('menicko', ['items' => $subChildren] + get_defined_vars(), 'html') /* line 27 */; 86: echo ' </ul> 87: </div> 88: </div> 89: ';
"menicko" (7)
/home/domains/areto.cz/web/public/temp/cache/latte/components-CategoryMenu-dynamic.latte--86e67ce150.php:20 source Latte\Runtime\Template->renderBlock(arguments)
10: ]; 11: 12: 13: public function main(): array 14: { 15: extract($this->params); 16: if ($items) /* line 1 */ { 17: $level = 0 /* line 2 */; 18: $pozice = 0 /* line 3 */; 19: $more = 0 /* line 4 */; 20: $this->renderBlock('menicko', get_defined_vars()) /* line 5 */; 21: echo "\n"; 22: } 23: return get_defined_vars(); 24: }
.../latte/src/Latte/Runtime/Template.php:173 source Template86e67ce150->main()
163: /** 164: * Renders template. 165: * @internal 166: */ 167: public function render(string $block = null): void 168: { 169: $level = ob_get_level(); 170: try { 171: $this->prepare(); 172: if (!$this->doRender($block)) { 173: $this->main(); 174: } 175: 176: } catch (\Throwable $e) { 177: while (ob_get_level() > $level) {
.../libs/latte/latte/src/Latte/Engine.php:101 source Latte\Runtime\Template->render(arguments)
91: 92: /** 93: * Renders template to output. 94: * @param object|mixed[] $params 95: */ 96: public function render(string $name, $params = [], string $block = null): void 97: { 98: $template = $this->createTemplate($name, $this->processParams($params)); 99: $template->global->coreCaptured = false; 100: ($this->probe)($template); 101: $template->render($block); 102: } 103: 104: 105: /**
.../Bridges/ApplicationLatte/Template.php:52 source Latte\Engine->render(arguments)
42: return $this->latte; 43: } 44: 45: 46: /** 47: * Renders template to output. 48: * @return void 49: */ 50: public function render($file = null, array $params = []) 51: { 52: $this->latte->render($file ?: $this->file, $params + $this->params); 53: } 54: 55: 56: /**
"/home/domains/areto.cz/web/public/App/FrontendModule/components/CategoryMenu/dynamic.latte" (90)
.../components/CategoryMenu/CategoryMenu.php:102 source Nette\Bridges\ApplicationLatte\Template->render()
92: } 93: 94: $this->items = $this->model->findAll( $this->lang, $where, 'rank' ); 95: } 96: 97: $this->template->items = $this->items; 98: $this->template->idCategory = $this->idCategory; 99: $this->template->activeCategories = $this->activeIds; 100: $this->template->sort = 'rank'; 101: 102: $this->template->render(); 103: } 104: } 105: 106: interface ICategoryMenuFactory
/home/domains/areto.cz/web/public/temp/cache/latte/FrontendModule-templates-@header.latte--d867306c2f.php:207 source App\Components\CategoryMenu->render(arguments)
197: <div class="container "> 198: <div class="uk-grid-small" data-uk-grid> 199: <div class="uk-width-auto"> 200: <div class="category-menu"> 201: <nav class="uk-navbar-container" data-uk-navbar> 202: <div class="uk-navbar-left"> 203: <ul class="uk-navbar-nav uk-visible@m"> 204: '; 205: /* line 88 */ $_tmp = $this->global->uiControl->getComponent("categoryMenu"); 206: if ($_tmp instanceof Nette\Application\UI\IRenderable) $_tmp->redrawControl(null, false); 207: $_tmp->render('dynamic'); 208: echo ' </ul> 209: <a class="uk-navbar-toggle uk-hidden@m" data-uk-toggle="target: #offcanvas-nav" href="#"> 210: <img loading="lazy" data-src="'; 211: echo LR\Filters::escapeHtmlAttr($basePath) /* line 91 */;
"dynamic" (7)
.../latte/src/Latte/Runtime/Template.php:173 source Templated867306c2f->main()
.../latte/src/Latte/Runtime/Template.php:262 source Latte\Runtime\Template->render(arguments)
252: } 253: 254: 255: /** 256: * @param string|\Closure|null $mod content-type name or modifier closure 257: * @internal 258: */ 259: public function renderToContentType($mod, string $block = null): void 260: { 261: $this->filter( 262: function () use ($block) { $this->render($block); }, 263: $mod, 264: static::CONTENT_TYPE, 265: "'$this->name'" 266: );
.../latte/src/Latte/Runtime/Template.php:265 source Latte\Runtime\Template->filter(arguments)
255: /** 256: * @param string|\Closure|null $mod content-type name or modifier closure 257: * @internal 258: */ 259: public function renderToContentType($mod, string $block = null): void 260: { 261: $this->filter( 262: function () use ($block) { $this->render($block); }, 263: $mod, 264: static::CONTENT_TYPE, 265: "'$this->name'" 266: ); 267: } 268: 269:
"'/home/domains/areto.cz/web/public/App/FrontendModule/templates/@header.latte'" (78)
/home/domains/areto.cz/web/public/temp/cache/latte/FrontendModule-templates-@layout.latte--f8bb0eb767.php:145 source Latte\Runtime\Template->renderToContentType(arguments)
135: </head> 136: 137: <body class="'; 138: echo LR\Filters::escapeHtmlAttr($bodyClass) /* line 81 */; 139: echo '"> 140: '; 141: /* line 83 */ $_tmp = $this->global->uiControl->getComponent("scripts"); 142: if ($_tmp instanceof Nette\Application\UI\IRenderable) $_tmp->redrawControl(null, false); 143: $_tmp->render('body'); 144: echo "\n"; 145: $this->createTemplate('@header.latte', $this->params, 'include')->renderToContentType('html') /* line 85 */; 146: echo ' 147: <div id="'; 148: echo htmlspecialchars($this->global->snippetDriver->getHtmlId('flashMessages')); 149: echo '">';
.../latte/src/Latte/Runtime/Template.php:173 source Templatef8bb0eb767->main()
.../latte/src/Latte/Runtime/Template.php:206 source Latte\Runtime\Template->render(arguments)
196: 197: if ($this->referenceType === 'import') { 198: if ($this->parentName) { 199: throw new Latte\RuntimeException('Imported template cannot use {extends} or {layout}, use {import}'); 200: } 201: 202: } elseif ($this->parentName) { // extends 203: ob_start(function () {}); 204: $this->params = $this->main(); 205: ob_end_clean(); 206: $this->createTemplate($this->parentName, $this->params, 'extends')->render($block); 207: 208: } elseif ($block !== null) { // single block rendering 209: $this->renderBlock($block, $this->params); 210:
.../latte/src/Latte/Runtime/Template.php:172 source Latte\Runtime\Template->doRender(arguments)
162: 163: /** 164: * Renders template. 165: * @internal 166: */ 167: public function render(string $block = null): void 168: { 169: $level = ob_get_level(); 170: try { 171: $this->prepare(); 172: if (!$this->doRender($block)) { 173: $this->main(); 174: } 175: 176: } catch (\Throwable $e) {
"/home/domains/areto.cz/web/public/App/FrontendModule/templates/Category/detail.latte" (84)
.../Application/Responses/TextResponse.php:49 source Nette\Bridges\ApplicationLatte\Template->render()
39: } 40: 41: 42: /** 43: * Sends response to output. 44: * @return void 45: */ 46: public function send(Nette\Http\IRequest $httpRequest, Nette\Http\IResponse $httpResponse) 47: { 48: if ($this->source instanceof Nette\Application\UI\ITemplate) { 49: $this->source->render(); 50: 51: } else { 52: echo $this->source; 53: }
.../src/Application/Application.php:157 source Nette\Application\Responses\TextResponse->send(arguments)
147: } 148: $this->onPresenter($this, $this->presenter); 149: $response = $this->presenter->run(clone $request); 150: 151: if ($response instanceof Responses\ForwardResponse) { 152: $request = $response->getRequest(); 153: goto process; 154: 155: } elseif ($response) { 156: $this->onResponse($this, $response); 157: $response->send($this->httpRequest, $this->httpResponse); 158: } 159: } 160: 161:
.../src/Application/Application.php:83 source Nette\Application\Application->processRequest(arguments)
73: 74: 75: /** 76: * Dispatch a HTTP request to a front controller. 77: * @return void 78: */ 79: public function run() 80: { 81: try { 82: $this->onStartup($this); 83: $this->processRequest($this->createInitialRequest()); 84: $this->onShutdown($this); 85: 86: } catch (\Exception $e) { 87: } catch (\Throwable $e) {
.../domains/areto.cz/web/public/index.php:7 source Nette\Application\Application->run()
1: <?php 2: // Uncomment this line if you must temporarily take down your site for maintenance 3: //require __DIR__ . '/www/.maintenance.php'; 4: 5: $container = require __DIR__ . '/App/bootstrap.php'; 6: 7: $container->getByType( 'Nette\Application\Application' )->run();
3
1
""
0
"https://www.areto.sk" (20)
array ()
2218
"rank" (4)
"web9001" (7)
"/home/domains/areto.cz/web" (26)
"/index.php" (10)
"/--1/jelsa?do=favorite-ToggleFavoriteVariant&favorite-idVariant=12202" (69)
"do=favorite-ToggleFavoriteVariant&favorite-idVariant=12202" (58)
"GET" (3)
"HTTP/2.0" (8)
"CGI/1.1" (7)
"/--1/jelsa" (10)
"32237" (5)
"/home/domains/areto.cz/web/public/index.php" (43)
"webmaster@areto.cz" (18)
"/home/domains/areto.cz/web/public" (33)
"https" (5)
"216.73.216.53" (13)
"443" (3)
"185.25.184.223" (14)
"www.areto.sk" (12)
"Apache" (6)
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" (60)
"PHPSESSID=7nemmiqtprte8r27tdtnvra8bp" (36)
"https://areto.sk/--1/jelsa?do=favorite-ToggleFavoriteVariant&favorite-idVariant=12202" (85)
"gzip, br, zstd, deflate" (23)
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103)
"*/*" (3)
"on" (2)
"29761-19174-1" (13)
"1"
"off" (3)
"200" (3)
"RESPONDER" (9)
1768303104.618238
1768303104
258
680001
680002
680003
680004
680005
680006
680007
681001
681002
681011
681012
681013
681017
681014
681015
681016
681018
682001
682002
-10000000000000
10000000000000
0.123456789
"€" (7)
690001
690002
690101
690102
690201
690202
690203
690204
690205
690301
690302
690303
690401
690402
690403
690404
690405
690406
690407
690408
690409
690501
690502
690601
690602
690603
690604
690605
690606
690607
690701
690702
690703
690800
690801
690802
690901
690902
691051
691052
691053
691001
691002
691011
691012
691021
691022
691023
691031
691032
691033
691041
691042
691061
691062
691071
691072
691073
691081
3.14159265
69
31
690000
680011
680012
"\x01"
"/home/domains/areto.cz/web/public/libs/twisto/Twisto/" (53)
https://www.areto.sk/--1/jelsa?do=favorite-ToggleFavoriteVariant&favorite-idVariant=12202
"favorite-ToggleFavoriteVariant" (30)
"12202" (5)
empty
"7nemmiqtprte8r27tdtnvra8bp" (26)