Bug #5610
closed
Themes not applied for pkgs in subfolder of wwwroot
Added by BBcan177 . almost 9 years ago.
Updated almost 9 years ago.
Description
Only the default theme works for packages that use a subfolder of wwwroot (ie: /usr/local/www/pfblockerng).
None of the new themes (ie: Dark) are being applied to those subfolders.
- Subject changed from Themes for pkgs in subfolder of wwwroot to Themes not applied for pkgs in subfolder of wwwroot
- Status changed from New to Confirmed
- Affected Version set to 2.3
- Status changed from Confirmed to Feedback
- Assignee set to Chris Buechler
Fixed by adding leading / to path
- % Done changed from 0 to 100
Submitted fix did not resolve the issue. It works with the following change in head.inc on line 75 and adding the full path.
if (file_exists("/usr/local/www/bootstrap/css/" . $config['system']['webgui']['webguicss'])) {
- Status changed from Feedback to Closed
Fixed in head.inc and in system.php for testing.
php files copied to www/test and tested OK from there.
Also available in: Atom
PDF