Ticket #152 (closed defect: fixed)
head.php css path
| Reported by: | anonymous | Owned by: | kimparsell |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | Theme | Version: | 1.0b3 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
There is an extra slash / in the themes/default/head.php file that needs removing.
Code: <link rel='stylesheet' type='text/css' href='<?php echo THEME_URL ?>/gallery.css' />
Browser outputs as: <link rel='stylesheet' type='text/css' href='http://localhost/plogger/themes/default//gallery.css' />
Change History
Note: See
TracTickets for help on using
tickets.
