Skip to content
This repository has been archived by the owner on Nov 19, 2017. It is now read-only.

problem displaying images in FE #1

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Code style cleanup
  • Loading branch information
PowerKiKi committed Jul 15, 2015
commit d6d9a43044686d7d572a52a41e2dde2a9ab914d9
1 change: 0 additions & 1 deletion class.tx_rgsmoothgallery_fe.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,5 +210,4 @@ private function addImage($path, $title, $description)

return $singleImage;
}

}
2 changes: 0 additions & 2 deletions pi1/class.tx_rgsmoothgallery_pi1.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public function init($conf)
$this->config['width'] = ($this->pi_getFFvalue($this->cObj->data['pi_flexform'], 'width', 'sDEF')) ? $this->pi_getFFvalue($this->cObj->data['pi_flexform'], 'width', 'sDEF') : $this->conf['big.']['file.']['maxW'];
$this->config['height'] = ($this->pi_getFFvalue($this->cObj->data['pi_flexform'], 'height', 'sDEF')) ? $this->pi_getFFvalue($this->cObj->data['pi_flexform'], 'height', 'sDEF') : $this->conf['big.']['file.']['maxH'];


$this->config['heightGallery'] = intval($this->pi_getFFvalue($this->cObj->data['pi_flexform'], 'heightgallery', 'sDEF')) ? intval($this->pi_getFFvalue($this->cObj->data['pi_flexform'], 'heightgallery', 'sDEF')) : $this->conf['heightGallery'];
$this->config['widthGallery'] = intval($this->pi_getFFvalue($this->cObj->data['pi_flexform'], 'widthgallery', 'sDEF')) ? intval($this->pi_getFFvalue($this->cObj->data['pi_flexform'], 'widthgallery', 'sDEF')) : $this->conf['widthGallery'];

Expand Down Expand Up @@ -984,5 +983,4 @@ public function getPrioritizedContent($array)

return '';
}

}
Loading