Best Answer Ёшкин Кот , 26 February 2015 - 17:41
jimport( 'joomla.html.html.category' );
$category_options = JHtml::_('category.options', 'com_smfaq');
$html = '<select name="catid" id="catid">';
$html .= JHTML::_('select.options', $category_options);;
$html .= '</select>';
echo $html;
Вот оно. мало ли кому понадобится. Вопрос заданый вслух решает многое
сам нашел


This topic is locked








