From: vincent@cubedesigners.com Date: Tue, 27 Nov 2012 13:13:28 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fdbcaa13befe4300d61961d790e2f5cc16af9382;p=cubeextranet.git --- diff --git a/inc/ws/Util/packager/class.ws.packager.html.php b/inc/ws/Util/packager/class.ws.packager.html.php index 4a2771928..58a206d53 100644 --- a/inc/ws/Util/packager/class.ws.packager.html.php +++ b/inc/ws/Util/packager/class.ws.packager.html.php @@ -114,8 +114,6 @@ class wsPackagerHTML extends wsPackager { $this->origHTML = file_get_contents($this->vdir . '/index.html'); $this->origHTML = $this->replaceHTML($toReplace); - - $nav1 = $this->makeHTMLNav(true); $nav = $this->makeHTMLNav(false); $footer = $this->makeHTMLFooter(); @@ -162,8 +160,6 @@ class wsPackagerHTML extends wsPackager { $data = str_replace('$pathToGetflash', $pathToGetflash, $data); $data = str_replace('$redirectScript', $redirectScript, $data); - - file_put_contents($this->vdir . $dest, $data); if (!$seoVersion) {