{% for _category in global.main_menu %} {% assign _type = _category[0] %} {% assign _menuArray = _category[1].menu %} {% if _category[1].enable == 1 %}
{% if _type == 'order' %} {% elsif _type == 'product' %} {% elsif _type == 'customer' %} {% elsif _type == 'marketing' %} {% elsif _type == 'investor_relation' %} {% elsif _type == 'article' %} {% elsif _type == 'job' %} {% elsif _type == 'pcbuilder' %} {% elsif _type == 'payinstall' %} {% elsif _type == 'distributor' %} {% elsif _type == 'report' %} {% elsif _type == 'system' %} {% endif %}
{% endif %} {% endfor %}
{{ page_content }}
{% include javascript/index %}