mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-14 11:12:09 -05:00
| .. | ||
| default | ||
| otoplus | ||
| README.md | ||
Listing Theme Contract
Active template is resolved from config('theme.modules.listing').
Directory structure:
themes/{theme}/index.blade.phpthemes/{theme}/show.blade.php
Fallback order:
listing::themes.{active}.{view}listing::themes.default.{view}listing::{view}
To add a new theme:
- Create
Modules/Listing/resources/views/themes/{your-theme}/index.blade.php. - Create
Modules/Listing/resources/views/themes/{your-theme}/show.blade.php. - Set
OC_THEME_LISTING={your-theme}in.env.