advanced code snippet search
pntp on 02/28/11
joomla exto
02/28/11 04:32pm
<?php $_country = extoGetSelectList("country_code"); array_unshift($_country, array('code' => '', 'text' => JText::_("Please select..."))); print JHTML::_("select.genericlist", $_country, "country", array("class" => "country form_select"), "code", "text", @$this->country); ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.