Quote:
Originally Posted by mrplow
Any idea how to make the navbar appear when a void search is made? i.e. a search yields no results -- the navbar doesn't get loaded.
I searched for an answer and this thread was the best (closest) thing I could find. Help most appreciated, thanks.
|
in the STANDARD_ERROR template, add $navbar under $header.. like so
HTML Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$pagetitle</title>
$headinclude
$headinsert
</head>
<body>
$header
$navbar