ID | Project | Category | Submitted / Last Updated |
---|---|---|---|
00987 | UserSpice | Plugins | 2020-09-05 19:15:55 / 2022-03-12 11:31:33 |
Reported | Andrew Weiner | Assigned To | Unassigned |
Priority | none | Reported | 5.1.5 |
Status | closed | Resolution Version and Commit | |
Summary | Standard Template - Move style.php to <head> | ||
Description |
<p>in the standard template, style.php is being loaded from navigation.php. This causes the <style> code to be placed in the <body> of the page. Although it seems to work, it is not proper coding, and may cause issues with some browsers.</p> <p>I moved the require _once calling style.php to header.php just after the optional call to <template>.css. This is just before header3_must_include call.</p> <p>This is low priority but will go a long way toward clean code. You might wish to make this change in the master.</p> |
xxxxxxxxxx
This was resolved a while ago. Thank you for this.