Ticket #313 (closed defect: fixed)
[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
Note: See
TracTickets for help on using
tickets.

