SQL->idDomain."';"; $result = mysqli_query($globalDbConnection, $sql); if ($line = mysqli_fetch_assoc($result)) { define('BROWSER_TITLE',stripslashes($line['title'])); $catSeoText = '
'.stripslashes($line['value']).'
'; } else { define('BROWSER_TITLE','Каталог'); $catSeoText = ''; } define('TODOLEFT','include("'.PATH.'kernel/leftcol.php");'); define("TODO",'echo \'
\'; $ShopCatalog->CatList(array(\'parent\'=>0)); echo \'
\'.$catSeoText;'); define("TITLE",'Каталог'); define("HEADERS",''); include(PATH."kernel/skin.php"); $_SESSION['refresh']='http://'.$_SERVER['HTTP_HOST'].$_SERVER["REQUEST_URI"];