diff --git a/app/templates/Dashboards/configuration.php b/app/templates/Dashboards/configuration.php
index 62999f0df..1d72baf92 100644
--- a/app/templates/Dashboards/configuration.php
+++ b/app/templates/Dashboards/configuration.php
@@ -32,29 +32,35 @@
$cfg): ?>
- = $cfg['icon']; ?>
- = $this->Html->link(
- $label,
- ['plugin' => null,
- 'controller' => $cfg['controller'],
- 'action' => $cfg['action']]
- ); ?>
+ ' . $cfg['icon'] . ''
+ . '';
+ print $this->Html->link(
+ $label,
+ ['plugin' => null,
+ 'controller' => $cfg['controller'],
+ 'action' => $cfg['action']],
+ ['escape' => false]
+ );
+ ?>
$cfg): ?>
- = $cfg['icon']; ?>
- = $this->Html->link(
- $label,
- ['plugin' => null,
- 'controller' => $cfg['controller'],
- 'action' => $cfg['action'],
- '?' => [
- 'co_id' => $vv_cur_co->id
- ]]
- ); ?>
+ ' . $cfg['icon'] . ''
+ . '';
+ print $this->Html->link(
+ $linkContent,
+ ['plugin' => null,
+ 'controller' => $cfg['controller'],
+ 'action' => $cfg['action'],
+ '?' => ['co_id' => $vv_cur_co->id]],
+ ['escape' => false]
+ );
+ ?>
diff --git a/app/templates/element/menuMain.php b/app/templates/element/menuMain.php
index 20598e591..a88118768 100644
--- a/app/templates/element/menuMain.php
+++ b/app/templates/element/menuMain.php
@@ -64,9 +64,8 @@
foreach($menuItems as $m) {
if(!isset($m['permission']) || $vv_menu_permissions[ $m['permission'] ]) {
- $linkContent = '' . $m['icon'] . '';
+ $linkContent = '' . $m['icon'] . ''
+ . '';
print '