Ticket #152 (closed defect: fixed)

Opened 4 months ago

Last modified 5 weeks ago

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

Changed 6 weeks ago by kimparsell

  • owner changed from mike to kimparsell
  • status changed from new to assigned
  • component changed from General to Theme
  • milestone set to 1.0

Changed 5 weeks ago by kimparsell

  • status changed from assigned to closed
  • resolution set to fixed

This issue was fixed in a revision prior to changeset 549.

Note: See TracTickets for help on using tickets.