Explorar el Código

add rect_ to brand pic

root hace 9 años
padre
commit
087233fe2f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mobile/control/brand.php

+ 1 - 1
mobile/control/brand.php

@@ -52,6 +52,6 @@ class brandControl extends mobileHomeControl
 
     private function _formatBrandPic($filename)
     {
-        return UPLOAD_SITE_URL . '/shop/brand/' . $filename;
+        return UPLOAD_SITE_URL . '/shop/brand/' . 'rect_'.$filename;
     }
 }