3 lines
177 B
PHP
3 lines
177 B
PHP
<?php
|
|
use_helper('Countries');
|
|
echo st_countries_select_tag('config[country]', $config->get('country'), array('iso' => true, 'all' => true, 'include_custom' => __('Wybierz'))); |