Your IP : 13.59.205.0


Current Path : /data/web/virtuals/51568/virtual/session/
Upload File :
Current File : /data/web/virtuals/51568/virtual/session/php-exkurze-ExkurzeUcitelSeznam.latte--13dda18537.php

<?php

use Latte\Runtime as LR;

/** source: /data/web/virtuals/51568/virtual/www/subdom/agenda/php/exkurze/ExkurzeUcitelSeznam.latte */
final class Template13dda18537 extends Latte\Runtime\Template
{
	protected const BLOCKS = [
		['title' => 'blockTitle', 'content' => 'blockContent', 'footer' => 'blockFooter'],
	];


	public function main(): array
	{
		extract($this->params);
		echo '	<div id="title">
		';
		if ($this->getParentName()) {
			return get_defined_vars();
		}
		$this->renderBlock('title', get_defined_vars()) /* line 2 */;
		echo '
	</div>
	<div id="content">
		';
		$this->renderBlock('content', get_defined_vars()) /* line 5 */;
		echo '
	</div>
	<div id="footer">
		';
		$this->renderBlock('footer', get_defined_vars()) /* line 8 */;
		echo '
	</div>
';
		return get_defined_vars();
	}


	/** {block title} on line 2 */
	public function blockTitle(array $ʟ_args): void
	{
		echo 'Můj titulek';
	}


	/** {block content} on line 5 */
	public function blockContent(array $ʟ_args): void
	{
		
	}


	/** {block footer} on line 8 */
	public function blockFooter(array $ʟ_args): void
	{
		echo '&copy; Copyright 2008';
	}

}