Page 1 of 1

A small coding misstake in header.tpl

Posted: Sun Feb 15, 2009 1:33 am
by Blueforce
Hi,

There are a small coding misstake in catalog/view/template/module/header.tpl
On Line 2 the align statement looks like this: align=""
I suppose it should have been: alt=""

/Leffe

Re: A small coding misstake in header.tpl

Posted: Sun Feb 15, 2009 2:03 am
by Daniel
thx!

Re: A small coding misstake in header.tpl

Posted: Tue Feb 24, 2009 4:07 pm
by molumen
Found another small error in header.tpl.

The link tag to the CSS is not closed, it is

Code: Select all

<link rel="stylesheet" type="text/css" href="catalog/view/javascript/jquery/thickbox/thickbox.css">
instead of

Code: Select all

<link rel="stylesheet" type="text/css" href="catalog/view/javascript/jquery/thickbox/thickbox.css" />