Files
admin_hura_8/template/javascript/index.html

14 lines
273 B
HTML
Raw Normal View History

2024-01-24 11:49:22 +07:00
{% include javascript/global %}
2024-01-28 10:53:31 +07:00
{% if global.module == 'home' %}
{% include javascript/homepage %}
2024-01-28 10:53:31 +07:00
{% elsif global.module == 'product' %}
{% if global.view == 'home' %}
{% include javascript/product_list %}
2024-01-25 17:37:49 +07:00
{% endif %}
{% include javascript/product_form %}
{% endif %}