Pman.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 10 Jan 2012 08:17:51 +0000 (16:17 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 10 Jan 2012 08:17:51 +0000 (16:17 +0800)
Pman.php

index 8d00976..4a79931 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -130,7 +130,7 @@ class Pman extends HTML_FlexyFramework_Page
         if ($this->company->logo_id) {
             $im = DB_DataObject::Factory('Images');
             $im->get($this->company->logo_id);
-            $this->appLogo = $this->baseURL . '/Images/Thumb/400x0/'. $this->company->logo_id .'/' . $im->filename;
+            $this->appLogo = $this->baseURL . '/Images/Thumb/400x100/'. $this->company->logo_id .'/' . $im->filename;
         }
         
         header('Content-type: text/html; charset=utf-8');