-
+
Truy cập khách hàng
@@ -171,8 +169,8 @@
-
-
+
+
Advertise
@@ -195,7 +193,7 @@
-
diff --git a/template/other/header.html b/template/other/header.html
index 492fb7c..a6a1504 100644
--- a/template/other/header.html
+++ b/template/other/header.html
@@ -16,10 +16,17 @@
+
+
+
+
+
+ Cài đặt
+
+
+
+ {% for _menu_item in global.main_menu %}
+ {% assign _menu_children = _menu_item.menu %}
+ {% if _menu_item.id == 'system' %}
+ {% for _item in _menu_children | limit: 10 %}
+
-
+
+ {{ _item.name }}
+
+
+ {% endfor %}
+ {% endif %}
+ {% endfor %}
+
+
+
+