Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

theme.php custom routes wont ever be loaded #24

Open
tsumaru720 opened this issue Oct 16, 2019 · 0 comments
Open

theme.php custom routes wont ever be loaded #24

tsumaru720 opened this issue Oct 16, 2019 · 0 comments
Labels

Comments

@tsumaru720
Copy link
Owner

include $this->resolveTheme('theme.php');

theme.php is where custom routes are defined, but at present, it will only ever load the default theme.php and will completely ignore any custom theme set in the config.

The pageLoader constructor will load in theme.php but this class is loaded before the config is parsed, so we'll never get a custom theme.php :(

@tsumaru720 tsumaru720 added the Bug label Feb 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant