Modify ↓
Ticket #76 (closed defect: fixed)
Opened 8 years ago
Last modified 8 years ago
CSS navbar image location does not adapt to change of htdocs location.
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
The location of topbar_gradient.png is hardcoded to "/gfx/topbar_gradient.png" in css.cs. It should be set to "<?cs var:$htdocs_location ?>/topbar_gradient.png" so that it adapts the the user's configured htdoc location.
Attachments
Change History
comment:1 Changed 8 years ago by daniel
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



Ah, very true indeed.
A quick fix in [189].
Thanks for reporting! — DanielLundin