change template, no themes

This commit is contained in:
Ibnu Maksum 2022-09-06 10:31:33 +07:00
parent deecd28cf7
commit 41aa9f74ea
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
137 changed files with 3972 additions and 4082 deletions

View file

@ -1,4 +0,0 @@
<option value="">Select Plans</option>
{foreach $d as $ds}
<option value="{$ds['id']}">{$ds['name_plan']}</option>
{/foreach}