';
$nagl=getHeader2('Ogłoszenia');
Include ("phpogloszenia_sms.inc");
PrintOgloszenia($action,$dzial,$info,$kontakt,$etime);
//-------------------------------------------------------
$path_end="Ogłoszenia";
$tpl->assign ('TITLE', $path_end);
$path = "Strona główna/";
$path.= $path_end;
$tpl->assign ('BAR',$path);
$tpl->assign('MAIN_CONTENT',$nagl."");
/////////////////////////////////////////////////////////////
//----------------- TEMPLATES PARSING ---------------------
require ("common_templates_parse.php");
//----------------- common footer -----------------------
require ("common_footer.php");
//-------------------------------------------------------
}else {
//-------------------------------------------------------
require "index_header.php";
require_once"mysql_sup.php";
//-------------- TEMPLATES definition -----------
require_once("common_templates_def.php");
$cache_on=false;
require_once("common.php");
/////////////////////////////////////////////////////////////
$nagl='';
Include ("phpogloszenia.inc");
PrintOgloszenia($action,$dzial,$info,$kontakt,$etime);
//-------------------------------------------------------
$path_end="Ogłoszenia drobne";
$tpl->assign ('TITLE', $path_end);
$path = "Strona główna/";
$path.= $path_end;
$tpl->assign ('BAR',$path);
$tpl->assign('MAIN_CONTENT',$nagl."");
/////////////////////////////////////////////////////////////
//----------------- TEMPLATES PARSING ---------------------
require ("common_templates_parse.php");
//----------------- common footer -----------------------
require ("common_footer.php");
//-------------------------------------------------------
}
?>