mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-16 13:07:46 +02:00
feat(themes): add ViewThemes library to set views in root themes folder
app, admin, install and authentication views are now located in root themes/ folder
This commit is contained in:
parent
58c8839902
commit
7a276764e6
155 changed files with 356 additions and 178 deletions
|
|
@ -58,7 +58,7 @@ class PodcastImportController extends BaseController
|
|||
'browserLang' => get_browser_language($this->request->getServer('HTTP_ACCEPT_LANGUAGE')),
|
||||
];
|
||||
|
||||
return view('Modules\Admin\Views\podcast\import', $data);
|
||||
return view('podcast/import', $data);
|
||||
}
|
||||
|
||||
public function attemptImport(): RedirectResponse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue