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