Ticket #913 (closed defect: fixed)
Theme path error in Windows
| Reported by: | DarTar | Owned by: | BrianKoontz |
|---|---|---|---|
| Priority: | high | Milestone: | 1.2-patches |
| Component: | layout | Version: | 1.2-p1 |
| Severity: | major | Keywords: | windows themes trunk-unported |
| Cc: |
Description
(reported by Victor on the community list)
It appears that when running under Windows, Wikka 1.2 is unable to build correct links to theme dependencies (such as stylesheet).
e.g.
<link rel="stylesheet" type="text/css" href="templates\light/css/light.css?89bd2" /> <link rel="stylesheet" type="text/css" href="templates\light/css/print.css" media="print" />
we need to patch the GetThemePath() method to generate correct URI regardless of the underlying OS.
Change History
Note: See
TracTickets for help on using
tickets.