diff --git a/presentation/webpageTemplate.inc b/presentation/webpageTemplate.inc index 0ed4866..bc14101 100644 --- a/presentation/webpageTemplate.inc +++ b/presentation/webpageTemplate.inc @@ -32,18 +32,10 @@ if ($sectionName == "") $navbar->setHighlightedSection($sectionName); // setup nw payload -$colourBar = $navbar->getNWColourbar(); -$image = new PatternImage("$default->graphicsUrl/tree.gif"); -$image->setImgSize(114, 96); -$img = $image->render(); - - -$nwestLoad = " - - - -
". $img ."
- "; +$nwestLoad = "\n" . + "\n" . + "\n" . + "
graphicsUrl/tree.gif\"/>
"; $nwPayLoad = new PatternCustom; $nwPayLoad ->setHtml($nwestLoad); @@ -73,17 +65,11 @@ $link = "$default->graphicsUrl/leftnav/links.gif" ; //setup the westpayload // TODO -> change to links the images as well -$westLoad = " - -
". $westRender ."
-
- - -
- - -
- "; +$westLoad = "\n" . + "\t\n" . + "\t" . + "
$westRender
emailAdmin\">\n" . + "\t
\n
"; $westPayLoad = new PatternCustom; $westPayLoad->setHtml($westLoad);