40 $title = trim(
$title) ===
'' ?
'<em>[' .
$GLOBALS[
'LANG']->sL(
'LLL:EXT:lang/locallang_core.xlf:labels.no_title', TRUE) .
']</em>' : htmlspecialchars(
$title);
76 return $this->BE_USER->getPagePermsClause(1);
91 $this->stored = unserialize($this->BE_USER->uc[
'browseTrees'][
'browsePages']);
95 $titleLen = (int)$this->BE_USER->uc[
'titleLen'];
104 $this->ids = $curIds;
106 $cmd = $this->bank .
'_' . ($isOpen ?
'0_' :
'1_') . $pid;
111 $firstHtml .= $this->
wrapIcon(\
TYPO3\CMS\Backend\Utility\IconUtility::getSpriteIconForRecord(
'pages', $rootRec), $rootRec);
114 'title' =>
$GLOBALS[
'TYPO3_CONF_VARS'][
'SYS'][
'sitename'],
117 $firstHtml .= $this->
wrapIcon(
'<img' . \
TYPO3\CMS\Backend\Utility\IconUtility::skinImg($this->backPath,
'gfx/i/_icon_website.gif',
'width="18" height="16"') .
' align="top" alt="" />', $rootRec);
119 $this->tree[] = array(
'HTML' => $firstHtml,
'row' => $rootRec);
123 if ($this->addSelfId) {
126 $this->
getTree($pid, 999, $depthD);
128 $idH[$pid][
'uid'] = $pid;
129 if (count($this->buffer_idH)) {
132 $this->buffer_idH = $idH;
135 $treeArr = array_merge($treeArr, $this->tree);
static skinImg($backPath, $src, $wHattribs='', $outputMode=0)
static getRecordWSOL($table, $uid, $fields=' *', $where='', $useDeleteClause=TRUE, $unsetMovePointers=FALSE)
static intExplode($delimiter, $string, $removeEmptyValues=FALSE, $limit=0)
init($clause='', $orderByFields='')
getTree($uid, $depth=999, $depthData='', $blankLineCode='', $subCSSclass='')
ext_tree($pid, $clause='')
PM_ATagWrap($icon, $cmd, $bMark='')
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]