diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 4b663a0..0901679 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -7,7 +7,7 @@ "name": "Marketing", "uri": "{/base}/marketing/dashboard?{?}", "target": "self", - "icon": "fa fa-paint-brush", + "icon": "brush", "order": 60, "from": "Marketing", "permission": { "permission": 2, "category": null, "element": null }, diff --git a/Theme/Backend/event-list.tpl.php b/Theme/Backend/event-list.tpl.php index 7885dbc..da45b26 100755 --- a/Theme/Backend/event-list.tpl.php +++ b/Theme/Backend/event-list.tpl.php @@ -22,7 +22,7 @@ echo $this->data['nav']->render(); ?>
-
getHtml('Events'); ?>
+
getHtml('Events'); ?>download
diff --git a/Theme/Backend/promotion-list.tpl.php b/Theme/Backend/promotion-list.tpl.php index 61c6421..a6b3c59 100755 --- a/Theme/Backend/promotion-list.tpl.php +++ b/Theme/Backend/promotion-list.tpl.php @@ -24,7 +24,7 @@ echo $this->data['nav']->render(); ?>
-
getHtml('Promotions'); ?>
+
getHtml('Promotions'); ?>download