getTemplate(true)->params; /** koniec panel konfoguracyjny */ /**logo site*/ $logo = htmlspecialchars($tplparams->get('logo')); $logotext = htmlspecialchars($tplparams->get('logotext')); /**end logo site */ /**share icon */ $facebook = htmlspecialchars($tplparams->get('facebook')); $twitter = htmlspecialchars($tplparams->get('twitter')); $digg = htmlspecialchars($tplparams->get('digg')); $flickr = htmlspecialchars($tplparams->get('flickr')); $youtube = htmlspecialchars($tplparams->get('youtube')); $skype = htmlspecialchars($tplparams->get('skype')); /**end share icon */ /**footer*/ $footer = htmlspecialchars($tplparams->get('footer')); $footer_link = htmlspecialchars($tplparams->get('footer_link')); /**end footer */ /**animacja*/ // Detecting Home $menu = & JSite::getMenu(); if ($menu->getActive() == $menu->getDefault()) { $siteHome = 1; } else{ $siteHome = 0; } $foto1 = htmlspecialchars($tplparams->get('foto1')); $foto2 = htmlspecialchars($tplparams->get('foto2')); $foto3 = htmlspecialchars($tplparams->get('foto3')); $foto4 = htmlspecialchars($tplparams->get('foto4')); $foto5 = htmlspecialchars($tplparams->get('foto5')); /**koniec animacja*/ $reklama = htmlspecialchars($tplparams->get('reklama')); $text_fotka = htmlspecialchars($tplparams->get('text_fotka')); $calytext = htmlspecialchars($tplparams->get('calytext')); require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'functions.php'; $document = & $this; $templateUrl = $document->baseurl . '/templates/' . $document->template; $view = $this->artx = new ArtxPage($this); $view->componentWrapper(); ?>