Bug fix and added download icon

This commit is contained in:
Diego Najar 2017-10-25 19:50:38 +02:00
parent 73678629d3
commit bbccb1b102
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class pluginVersion extends Plugin {
}
if ($this->newVersion()) {
$html = '<div id="plugin-version"><a href="https://www.bludit.com">'.$Language->get('New version available').'</a></div>';
$html = '<div id="plugin-version"><a href="https://www.bludit.com"><i class="fa fa-download" aria-hidden="true"></i> '.$Language->get('New version available').'</a></div>';
} else {
if(defined('BLUDIT_PRO')) {
$html = '<div id="plugin-version">Bludit PRO v'.BLUDIT_VERSION.'</div>';