diff --git a/frontend/controllers/SiteController.php b/frontend/controllers/SiteController.php index 9a08eb5..a69a6ff 100755 --- a/frontend/controllers/SiteController.php +++ b/frontend/controllers/SiteController.php @@ -213,7 +213,7 @@ { $page_stom = Page::find() ->with('lang') - ->where([ 'id' => 3 ]) + ->where([ 'id' => 21 ]) ->one(); $page_cosm = Page::find() ->with('lang') -- libgit2 0.21.4