2 lines
132 B
PHP
2 lines
132 B
PHP
<?php echo select_tag('config[allegro_pl_state]', options_for_select($states, $default, array('include_custom' => __('Wybierz'))));
|