get_playarea_dir() . SLASH . "main.php"; } // Получить папку с ассетами public function pa_get_assets_dir(){ $root = $this->router_get_root_uri(); return $root . SLASH . PLAYAREA_DIR_NAME . SLASH . 'assets' . SLASH; } }