www.kportal.goin.pl
Nie działa, nie wiem dlaczego, jak nie includowałem plikó wszystko było ok a teraz nie oto plik index.php
<? $t_folder = 'theme'; //require_once('functions/globals.php'); require_once('functions/engine.php'); set_theme(); //require('functions/mysql.php'); //include('functions/news.php'); //include("grafika/styl.php"); # Elementy szkieletu strony include_once(''.$t_folder.'/'.$theme.'/header.php'); include_once(''.$t_folder.'/'.$theme.'/left.php'); include_once(''.$t_folder.'/'.$theme.'/right.php'); # Treść strony include_once(''.$t_folder.'/'.$theme.'/content.php'); # Stopka include_once(''.$t_folder.'/'.$theme.'/footer.php'); ?>