feat: show module version in admin
This commit is contained in:
@@ -113,6 +113,7 @@ class ControllerExtensionModuleTgshop extends Controller
|
|||||||
$data['order_statuses'] = $this->getOrderStatuses();
|
$data['order_statuses'] = $this->getOrderStatuses();
|
||||||
$data['customer_groups'] = $this->getCustomerGroups();
|
$data['customer_groups'] = $this->getCustomerGroups();
|
||||||
$data['themes'] = self::$themes;
|
$data['themes'] = self::$themes;
|
||||||
|
$data['telecart_module_version'] = module_version();
|
||||||
|
|
||||||
$data['action'] = $this->url->link(
|
$data['action'] = $this->url->link(
|
||||||
'extension/module/tgshop',
|
'extension/module/tgshop',
|
||||||
|
|||||||
@@ -26,6 +26,9 @@
|
|||||||
<div id="app" class="telecart-admin-app">App Loading...</div>
|
<div id="app" class="telecart-admin-app">App Loading...</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="text-muted text-right" style="margin-top: 10px; font-size: 12px;">
|
||||||
|
Версия модуля: {{ telecart_module_version }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ footer }}
|
{{ footer }}
|
||||||
|
|||||||
Reference in New Issue
Block a user