-app.engine=php\r
-app.engine.version=5.5\r
-http.firewall=none\r
-environment=development
\ No newline at end of file
+app.engine=phpcgi\r
+app.engine.version=AUTO
\ No newline at end of file
if (isset($this->currentPage) && $this->currentPage->getTemplate() == 'home') {\r
$c = $content;\r
} else {\r
+ $classmain = '';\r
+\r
$leftbar = $this->leftbar();\r
+\r
+ if (!$this->showsidebar || !$leftbar) {\r
+ $classmain = ' class="noleftbar"';\r
+ }\r
+\r
+\r
+\r
$c = $this->topimage();\r
- $c.='<div id="main">';\r
+ $c.='<div id="main"' . $classmain . '>';\r
$c.=$this->bcrumbs();\r
if ($this->showsidebar) {\r
$c.='<div class="twocolumns">';\r
<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->\r
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">\r
<svg version="1.0" id="Laag_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\r
- width="17px" height="21px" viewBox="0 0 17 21" enable-background="new 0 0 17 21" xml:space="preserve">\r
+ width="32px" height="21px" viewBox="0 0 32 21" enable-background="new 0 0 32 21" xml:space="preserve">\r
<g>\r
<ellipse fill="#696969" cx="8.5" cy="1.105" rx="1.09" ry="1.105"/>\r
<ellipse fill="#696969" cx="6.03" cy="3.609" rx="1.09" ry="1.105"/>\r
font-size:14px;\r
line-height:14px;\r
text-align:center;\r
- width:98px;\r
+ width:104px;\r
padding:54px 0 0;\r
background-size: 50px 50px;\r
background-position: 50% 0;\r
- margin:0 0 0 11px;\r
+ margin:0 0 0 5px;\r
text-decoration: none;\r
}\r
#nav li a[data-name="centre"]{\r
padding: 0 0 0 37px;\r
line-height:26px;\r
width: 228px;\r
+ \r
+}\r
+\r
+#footer .timing{\r
+ position:relative;\r
+ padding: 0 0 96px 0;\r
}\r
#footer .timing .note p{margin:0;}\r
#footer .timing .logos{\r
margin:0;\r
padding:0;\r
list-style:none;\r
+ white-space:nowrap;\r
+ position:absolute;\r
+ right:0px;\r
+ bottom:0px;\r
}\r
#footer .timing .logos li:first-child{margin:22px 0 0;}\r
#footer .timing .logos li{\r
background-image: url("../images/arrow-accordion-top.svg");\r
}\r
}\r
-}
\ No newline at end of file
+}\r
+\r
width:443px;
display: inline-block;
margin:0 51px 0 0;
+}
+
+.noleftbar #content>div#c{
+ width:662px;
+ display: inline-block;
+ margin:0 51px 0 0;
}
\ No newline at end of file