mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-21 11:24:43 +02:00
4 lines
No EOL
126 B
Smarty
4 lines
No EOL
126 B
Smarty
<option value="">Select Plans</option>
|
|
{foreach $d as $ds}
|
|
<option value="{$ds['id']}">{$ds['name_plan']}</option>
|
|
{/foreach} |