diff --git a/core/img/v2app.png b/core/img/v2app.png
new file mode 100644
index 00000000..58a04d8b
Binary files /dev/null and b/core/img/v2app.png differ
diff --git a/desktop/php/mobile.php b/desktop/php/mobile.php
index 81da8f87..48e32b16 100755
--- a/desktop/php/mobile.php
+++ b/desktop/php/mobile.php
@@ -60,14 +60,21 @@
if ($eqLogic->getConfiguration('appVersion', '1') == '2') {
$opacity = ($eqLogic->getIsEnable()) ? '' : 'disableCard';
echo '
';
- $file = 'plugins/mobile/core/img/' . $eqLogic->getConfiguration('type_mobile') . '.png';
+ $file = 'plugins/mobile/core/img/v2app.png';
if (file_exists($file)) {
- $path = 'plugins/mobile/core/img/' . $eqLogic->getConfiguration('type_mobile') . '.png';
- echo '
';
+ $path = 'plugins/mobile/core/img/v2app.png';
+ echo '
';
} else {
$path = 'plugins/mobile/core/img/mobile_icon.png';
echo '
';
}
+ echo '
';
+ if($eqLogic->getConfiguration('type_mobile') == 'android'){
+ echo '';
+ }else{
+ echo '';
+ }
+ echo '';
echo '
';
echo '
' . $eqLogic->getHumanName(true, true) . '';
echo '
';