Open link on a new tab
This commit is contained in:
parent
fb97bc83f5
commit
ebcb7a5b1f
|
@ -37,7 +37,7 @@ class pluginVersion extends Plugin {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->newVersion()) {
|
if ($this->newVersion()) {
|
||||||
$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>';
|
$html = '<div id="plugin-version"><a target="_blank" href="https://www.bludit.com"><i class="fa fa-download" aria-hidden="true"></i> '.$Language->get('New version available').'</a></div>';
|
||||||
} else {
|
} else {
|
||||||
if(defined('BLUDIT_PRO')) {
|
if(defined('BLUDIT_PRO')) {
|
||||||
$html = '<div id="plugin-version">Bludit PRO v'.BLUDIT_VERSION.'</div>';
|
$html = '<div id="plugin-version">Bludit PRO v'.BLUDIT_VERSION.'</div>';
|
||||||
|
|
Loading…
Reference in New Issue