Ticket #313 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] Ocean Surf login_head.tpl has logo hardcoded

Reported by: aarons@… Owned by: rjl
Priority: normal Milestone: 1.0.2
Component: PHP scripts Version: 1.0.1
Severity: normal Keywords: ocean surf theme logo login_head.tpl
Cc:

Description

There is a problem with /php/themes/ocean_surf/templates/login_head.tpl. It is displaying the maia logo only, as it appears to be hardcoded.

line 22 is

<p><img src="{$template_dir}images/maia-logo.gif" border="0" alt="{$logo_alt_text}" width="{$logo_width}" height="{$logo_height}"><br>

I assume it should be (which matches desert_sand):

<p><img src="{$template_dir}{$logo_file}" border="0" alt="{$logo_alt_text}" width="{$logo_width}" height="{$logo_height}"><br>

Change History

Changed 3 years ago by rjl

  • status changed from new to closed
  • patch changed from 0 to 1
  • version set to 1.0.1
  • milestone set to 1.0.2
  • keywords ocean surf theme logo login_head.tpl added
  • summary changed from Ocean Surf login_head.tpl has logo hardcoded to [PATCH] Ocean Surf login_head.tpl has logo hardcoded
  • resolution set to fixed

Fixed in [1030].

Note: See TracTickets for help on using tickets.