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
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
TYPO3 6.2 compatibility (bis)
  • Loading branch information
PowerKiKi committed May 22, 2015
commit 41cdcb13c7aabf68d3084335bb12e615edfeeda2
4 changes: 0 additions & 4 deletions class.tx_rgsmoothgallery_rgsg.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ class tx_rgsmoothgallery_rgsg
{
public function user_rgsg($content, $conf)
{
require_once PATH_t3lib . 'class.t3lib_page.php';
require_once PATH_t3lib . 'class.t3lib_tstemplate.php';
require_once PATH_t3lib . 'class.t3lib_tsparser_ext.php';

$sysPageObj = t3lib_div::makeInstance('t3lib_pageSelect');
$rootLine = $sysPageObj->getRootLine($GLOBALS['TSFE']->id);
$TSObj = t3lib_div::makeInstance('t3lib_tsparser_ext');
Expand Down