ACC SHELL

Path : /srv/www/vhosts/centrumlb/www/template/
File Upload :
Current File : /srv/www/vhosts/centrumlb/www/template/content.php

<?php
$file = $detail_id == false ? 'default' : 'single';
switch ($Sablona->typ)
{
    case 1:
	include_once('kategorie/' . $file . '.php');
	break;
    case 2:
	include_once('galerie/' . $file . '.php');
	break;
    case 3:
	include_once('clanky/' . $file . '.php');
	break;
    case 4:
	include_once('novinky/' . $file . '.php');
	break;
    case 6:
	include_once('knihanavstev.php');
	break;
    case 7:
	include_once('katalog/' . $file . '.php');
	break;
    case 8:
	include_once('diskografie/' . $file . '.php');
	break;
    case 9:
	include_once('kategorie/kontakt.php');
	break;
    case 10:
	include_once('dealer/' . $file . '.php');
	break;
    case 11:
	include_once('profily/' . $file . '.php');
	break;
    case 12:
	include_once('kalendar/' . $file . '.php');
	break;
    case 13:
	if (isset($_GET['addAdvert']))
	{
	    include_once('inzerce/addadvert.php');
	} else
	{
	    include_once('inzerce/' . $file . '.php');
	}
	break;
    case 91:
	//akcni zbozi
	include_once('katalog/akcni-zbozi.php');
	break;
    case 92:
	//zapomenute heslo
	include_once('zapomenuteheslo/default.php');
	break;
    case 93:
	//pokladna / checkout
	include_once('kosik/checkout.php');
	break;
    case 94:
	//doporucit znamemu
	include_once('profil/default.php');
	break;
    case 95:
	//wishlist
	include_once('wishlist/default.php');
	break;
    case 96:
	//vyhledavani
	include_once('vyhledavani/default.php');
	break;
    case 97:
	//registrace do systemu
	include_once('registrace/default.php');
	break;
    case 98:
	//mapa stranek
	include_once('kosik/default.php');
	break;
    case 99:
	//mapa stranek
	include_once('sitemap/default.php');
	break;
    case 404:
	include_once('404.php');
	break;
    default:
	NDebugger::barDump('View: template/homepage/index.php');
	require_once('homepage/index.php');
	break;
}

ACC SHELL 2018