MantisBT: master 9becc32d

Author Committer Branch Timestamp Parent
dregad vboctor master 2016-07-07 08:03 master 29992f25
Affected Issues  0021194: Partially hardcoded path for CSS-file
Changeset

Only prepend 'css/' when given a filename without path

Commit 1819bbdf8c2d629798fa48537f9bb167e8d33005 introduced new
html_css_link() function to include CSS files, but made the assumption
that these would always be in the css/ directory.

This lets the admin specify $g_css_include_file with a path, allowing
them to store custom CSS in a different location within the MantisBT
root.

Fixes 0021194

mod - core/html_api.php Diff File