session_start();
include_once "dictionary/dictionary.php";
set_lang();
$lang = $_SESSION['lang'];
?>
Modern furshet
|
include_once "templates/lang_side.tpl";
?>
|
|
|
include_once "functions/firm_funcs.php";
if (isset($_GET['tid']))
{
$cid = $_GET['tid'];
show_products2($lang,$cid);
}
?>
|
include_once "templates/left_banners.tpl";
?>
|
|