-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.x
-
Fix Version/s: 3.1.0-a1
-
Component/s: Styles
-
Labels:None
-
Environment:PHP Environment:
Database:
-
phpBB Import Key:
When "PHPBB_USE_BOARD_URL_PATH" is defined as true so the web paths are all absolute, the link to the stylesheet will still not be an absolute link due to the user style storing the theme in the database.
Fix is to change the $phpbb_root_path used in the T_STYLESHEET_LINK tempalte variable to $web_path.