?iť?

Your IP : 18.119.138.184


Current Path : /home/scgforma/www/cloud/apps/gallery/templates/
Upload File :
Current File : /home/scgforma/www/cloud/apps/gallery/templates/index.php

<?php
/**
 * @var $_ array
 */
?>

<div id="app">
	<?php
	if (isset($_['code'])) {
		if ($_['code'] === 404) {
			print_unescaped($this->inc('part.filenotfounderror'));
		} elseif ($_['code'] === 500) {
			print_unescaped($this->inc('part.internalservererror'));
		} else {
			print_unescaped($this->inc('part.linkerror'));
		}
	} else {
		print_unescaped($this->inc('part.content'));
	}
	?>
</div>