mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-28 14:54:42 +02:00
PHPMixBill v5.0 - First Upload
This commit is contained in:
commit
979475b312
767 changed files with 239450 additions and 0 deletions
4
ui/theme/default/autoload.tpl
Normal file
4
ui/theme/default/autoload.tpl
Normal file
|
@ -0,0 +1,4 @@
|
|||
<option value="">Select Plans</option>
|
||||
{foreach $d as $ds}
|
||||
<option value="{$ds['id']}">{$ds['name_plan']}</option>
|
||||
{/foreach}
|
Loading…
Add table
Add a link
Reference in a new issue