Re: RC5 will be out in about an hour
Scott Kindley <ckindley-/Nmu/[email protected]>
| Newsgroups | gmane.comp.web.envolution.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2002-08-27 at 23:18, Brook Humphrey wrote:
> On Tuesday 27 August 2002 09:13 pm, Scott Kindley wrote:
> > Ive fixed the "no template assigned error" and in the process found a
> > couple more very minor errors I am fixing as well.
> >
> > I'll post a new message when it's ready.
> >
> > Zoom
> Do you have this fix in it?
> madhatter in encompass.php under pnclasses these lines:
>
>
> // Define array, call the Header template
> $this->DTS->assign(array(
> "GREETING" => display_greeting(),
> "NAVTABS" => navtabs(),
> "TOPLINKS" => toplinks(),
> "DATETIME" => ml_ftime(_DATETIMEBRIEF,
> (GetUserTime(time()))),
> "LEFTBLOCKS" => $leftblocks,
> "RIGHTBLOCKS" => $rightblocks,
> "CENTERBLOCKS" => $centerblocks, // Controls the Admin/Site
> Messages
> "SITENAME" => pnConfigGetVar('sitename'),
> "SLOGAN" => pnConfigGetVar('slogan'),
> "_SEARCH" => _SEARCH,
> "WELCOMETO" => _WELCOMETO,
> "BOTTOMLINKS" => bottomlinks()));
>
>
> start at line 147 You can see how I changed the sitename and slogan lines.
> Above is the corrected virsion.
>
OK now added.
Zoom