commit | 85e0bdeb041d49475b73b0c0a92419db4ccfcdf0 | [log] [tgz] |
---|---|---|
author | glefur <glefur> | Wed Aug 08 14:47:05 2012 +0000 |
committer | glefur <glefur> | Wed Aug 08 14:47:05 2012 +0000 |
tree | 7c1c27d2ab099a2c0c62a8296eab9e5616843a14 | |
parent | 16ed24d0c078e819018765000f99e4fbdfe7199a [diff] |
UPDATED: what the concat operator in PHP ?
diff --git a/index.php b/index.php index c19fd84..83f5148 100755 --- a/index.php +++ b/index.php
@@ -29,7 +29,7 @@ $body = file_get_contents('pages/_index.html'); } $right = file_get_contents('pages/rightcolumn.html'); - $html = $banner + $body + $right; + $html = $banner . $body . $right; # Generate the web page $App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);