Using Various Files from Redbasic instead of Themes
I am working on some Hubzilla themes, and I noticed a couple issues.
Admin Section Uses Wrong default.php
If you have a theme that is not redbasic, when you view the admin area:
1. It loads the navbar from the theme.
2. It loads the Hubzilla default.php.
Expected behavior:
1. It loads the navbar from the theme.
2. It loads the default.php from the theme.
Cannot Specify a Custom PHP Layout in PDL
A similar issue comes up when you try to set a different template in the PDL Editor.
If you set [template]customlayout[template] in the PDL Editor, to load /view/theme/example/php/customlayout.php, it does not load your customlayout.php from the theme.
But if you set [template]doubleleft[template] in the PDL Editor, it loads /view/theme/example/php/doubleleft.php, which is expected behavior.