$przedrostek = "";
include './engine/controller/ecropclass.php';
include './engine/controller/funkcje.php';
include './engine/controller/sesja.php';
$id = $_GET['id'];
$id2 = $_GET['id2'];
$page = $_GET['page'];
$spage = $_GET['spage'];
$strona = $_GET['strona'];
$nrstr = $_GET['nrstr'];
$nrstr2 = $_GET['nrstr2'];
$mod = $_GET['mod'];
$em = $_GET['em'];
$opcja = $_GET['opcja'];
$opcja2 = $_GET['opcja2'];
$opcja3 = $_GET['opcja3'];
$forum = $_GET['forum'];
$id_wp = $_GET['id_wp'];
$tag = $_GET['tag'];
$sort = $_GET['sort'];
?>
include './engine/includes/header.php';
?>
echo ("$title"); ?>
include './engine/includes/struktura/naglowek.php'; ?>
include './engine/includes/struktura/banery_duze.php'; ?>
if ($modul == 8) {
include './engine/wyszukiwarka.php';
} else {
include './engine/includes/struktura/lewy_bok.php';
echo ("
");
if ($modul != ""){
if ($modul == 0){
include("./engine/tresc.php");
} else {
$mod = @mysql_query("SELECT * from moduly where id='$modul' limit 1;");
while($mod_row = mysql_fetch_object($mod))
{
if (file_exists("./engine/".$mod_row->plik)) {
include("./engine/".$mod_row->plik);
} else {
include("./engine/glowna.php");
}
}
}
} else {
include("./engine/glowna.php");
}
echo ("
");
}
?>
if ($str_stat[5] == 1) { include './engine/includes/struktura/partnerzy.php'; } ?>
include './engine/includes/struktura/stopka.php'; ?>