7 lines
218 B
PHP
Executable File
7 lines
218 B
PHP
Executable File
<?php
|
|
|
|
if ($_SESSION['dostup'] == 'a')
|
|
$smarty->assign('tovar_category', \DBmysql::getAll("SELECT `id`, `title` FROM `tovar_category` WHERE `status`=1 AND `site`=? ORDER BY `title`", $_SERVER['SERVER_NAME']));
|
|
|
|
|
|
?>
|