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