diff --git a/Admin/Install/Application/Shop/Themes/Default/css/shop-small.css b/Admin/Install/Application/Shop/Themes/Default/css/shop-small.css index 16f93a2..188cca1 100755 --- a/Admin/Install/Application/Shop/Themes/Default/css/shop-small.css +++ b/Admin/Install/Application/Shop/Themes/Default/css/shop-small.css @@ -3,7 +3,7 @@ html, body { margin: 0; height: 100%; max-height: 100%; - font-family: 'Roboto', sans-serif; + font-family: 'Arial', Helvetica, sans-serif; } body { diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index d426166..6b82bb1 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -7,7 +7,7 @@ "name": "Support", "uri": null, "target": "self", - "icon": "live_help-circle", + "icon": "live_help", "order": 80, "from": "Support", "permission": { "permission": 2, "category": null, "element": null }, diff --git a/Theme/Backend/support-ticket.tpl.php b/Theme/Backend/support-ticket.tpl.php index 4e315c5..e603075 100755 --- a/Theme/Backend/support-ticket.tpl.php +++ b/Theme/Backend/support-ticket.tpl.php @@ -101,7 +101,7 @@ echo $this->data['nav']->render(); ?> getTags(); foreach ($tags as $tag) : ?> - icon) ? '' : ''; ?>printHtml($tag->getL11n()); ?> + icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?>printHtml($tag->getL11n()); ?>