소스 검색

Correctif lcLiip

master
Guillaume 4 년 전
부모
커밋
df17dedbd4
1개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. +3
    -5
      ShopBundle/Twig/FrontendTwigExtension.php

+ 3
- 5
ShopBundle/Twig/FrontendTwigExtension.php 파일 보기

@@ -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 {

Loading…
취소
저장