update icon,fixed menu, modal category, modal brand

This commit is contained in:
2024-01-30 15:53:37 +07:00
25 changed files with 723 additions and 533 deletions

View File

@@ -1,10 +1,14 @@
{% include javascript/global %}
{% if global.module == 'home' %}
{% include javascript/homepage %}
{% include javascript/homepage %}
{% elsif global.module == 'product' %}
{% include javascript/product_form %}
{% if global.view == 'home' %}
{% include javascript/product_list %}
{% endif %}
{% include javascript/product_form %}
{% endif %}