prokat/api/modules/tovar_cat/tk-ligat.ru.php
2025-06-16 18:28:08 +05:00

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']));
?>