Explorar el Código

Correctif lcLiip

master
Guillaume hace 4 años
padre
commit
df17dedbd4
Se han modificado 1 ficheros con 3 adiciones y 5 borrados
  1. +3
    -5
      ShopBundle/Twig/FrontendTwigExtension.php

+ 3
- 5
ShopBundle/Twig/FrontendTwigExtension.php Ver fichero

@@ -67,14 +67,12 @@ class FrontendTwigExtension extends AbstractExtension

public function lcLiip($path, $thumb = 'tile', $default = 'default.jpg')
{

if (substr($path, 0, 1) === '/') $path = substr($path, 1);

if (strpos($path, $this->getFileManagerFolder()) === false) {
$path = $this->getFileManagerFolder() . '/' . $path;
}

if ($path) {
if (strpos($path, $this->getFileManagerFolder()) === false) {
$path = $this->getFileManagerFolder() . '/' . $path;
}

return $this->liipCacheHelper->getBrowserPath($path, $thumb);
} else {

Cargando…
Cancelar
Guardar