mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-30 07:45:37 +02:00
4 lines
No EOL
98 B
Smarty
4 lines
No EOL
98 B
Smarty
|
|
{foreach $d as $ds}
|
|
<option value="{$ds['pool_name']}">{$ds['pool_name']}</option>
|
|
{/foreach} |