Actions
Bug #5610
closedThemes not applied for pkgs in subfolder of wwwroot
Start date:
12/07/2015
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3
Affected Architecture:
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.
Updated by Chris Buechler almost 9 years ago
- 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
Updated by Anonymous almost 9 years ago
- Status changed from Confirmed to Feedback
- Assignee set to Chris Buechler
Fixed by adding leading / to path
Updated by Anonymous almost 9 years ago
- % Done changed from 0 to 100
Applied in changeset 1a3300af020e22e4e39004c75498daabab58628c.
Updated by BBcan177 . almost 9 years ago
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'])) {
Updated by Anonymous almost 9 years ago
- 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.
Actions