libeti

Topic: Bug with the default theme

The jobs are not showing up correctly in the old version of MS Internet Exploreer.  Here is a link http://libeti.com/jobberbase/.

putypuruty

Re: Bug with the default theme

Hi,

In Firefox, I see that the layout is pretty broken. But I guess that you introduced some problems because I see in the home page's source code that you've included 2 or 3 CSS files which I assume that they overwrite some of the style definitions for the main site.

I also see this error in Firebug's console:

Code:

invalid regular expression flag h
<b>Warning</b>: Cannot modify header ..._html/jobberbase/_templates/default/_c

I think that you could get rid of the above error if you replace the first 3 lines in header.tpl with the following line

Code:
{if $CURRENT_PAGE == 'page-unavailable' || $CURRENT_PAGE == 'job-unavailable'}{php}header("HTTP/1.0 404 Not Found");{/php}{/if}

Note that only the whitespace chars were removed.