@@ -170,7 +170,7 @@ |
||
| 170 | 170 | if (\samsoncms\Application::find(url()->module, $app/*@var $app App*/)) { |
| 171 | 171 | // If module has sub_menu view - render it |
| 172 | 172 | if ($app->findView('sub_menu')) { |
| 173 | - // Get url params |
|
| 173 | + // Get url params |
|
| 174 | 174 | $url = $_SERVER['REQUEST_URI']; |
| 175 | 175 | // Explode url by symbols '/' |
| 176 | 176 | $url = explode('/', $url); |