|
|
@@ -12,7 +12,7 @@ echo TabWidget::widget(['list' => $this->context->menuList, 'currentMenu' => $th
|
|
|
?>
|
|
|
<div class="panel panel-default">
|
|
|
<?php
|
|
|
- use platform\widgets\SubTabWidget;
|
|
|
+ use saas\widgets\SubTabWidget;
|
|
|
|
|
|
echo SubTabWidget::widget(['list' => $this->context->subMenuList, 'currentMenu' => $this->context->action->id]);
|
|
|
?>
|
|
|
@@ -99,7 +99,7 @@ echo TabWidget::widget(['list' => $this->context->menuList, 'currentMenu' => $th
|
|
|
|
|
|
<!-- footer -->
|
|
|
<?php
|
|
|
-use platform\widgets\FooterWidget;
|
|
|
+use saas\widgets\FooterWidget;
|
|
|
|
|
|
?>
|
|
|
<?= FooterWidget::widget() ?>
|