From 9afe99578fb6a84634be164427920a1af9048517 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Tue, 4 Mar 2003 09:54:16 +0000 Subject: [PATCH] reinstated colourbar below tree image and removed link image --- presentation/webpageTemplate.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/presentation/webpageTemplate.inc b/presentation/webpageTemplate.inc index bc14101..53da4ce 100644 --- a/presentation/webpageTemplate.inc +++ b/presentation/webpageTemplate.inc @@ -32,6 +32,7 @@ if ($sectionName == "") $navbar->setHighlightedSection($sectionName); // setup nw payload +$colourBar = $navbar->getNWColourbar(); $nwestLoad = "\n" . "\n" . "\n" . @@ -60,15 +61,11 @@ if ($sectionName != "General") { //set up links $cAdmin = "$default->graphicsUrl/leftnav/cadmin.gif" ; -$link = "$default->graphicsUrl/leftnav/links.gif" ; - //setup the westpayload -// TODO -> change to links the images as well $westLoad = "
graphicsUrl/tree.gif\"/>
\n" . "\t\n" . - "\t" . + "\t\n" . "
$westRender
emailAdmin\">\n" . - "\t
\n
emailAdmin\">
"; $westPayLoad = new PatternCustom; -- libgit2 0.21.4