Modify ↓
Opened 22 years ago
Closed 22 years ago
#76 closed defect (fixed)
CSS navbar image location does not adapt to change of htdocs location.
| Reported by: | anonymous | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal 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 (0)
Note:
See TracTickets
for help on using tickets.



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