Index: t3lib/class.t3lib_pagetree.php =================================================================== --- t3lib/class.t3lib_pagetree.php (revision 8742) +++ t3lib/class.t3lib_pagetree.php (revision ) @@ -1,29 +1,29 @@ fieldArray = array_merge( $this->fieldArray, - array('hidden', 'starttime', 'endtime', 'fe_group', 'module', 'extendToSubpages', 'nav_hide') + array( + 'hidden', + 'starttime', + 'endtime', + 'fe_group', + 'module', + 'extendToSubpages', + 'nav_hide') ); } - $this->table='pages'; + $this->table = 'pages'; - $this->treeName='pages'; + $this->treeName = 'pages'; } /** @@ -105,7 +105,7 @@ * @param integer ID (uid) to test for (see extending classes where this is checked againts session data) * @return boolean */ - function expandNext($id) { + function expandNext($id) { return 1; } @@ -122,10 +122,11 @@ * @access private * @see t3lib_treeView::PMicon() */ - function PMicon($row,$a,$c,$nextCount,$exp) { + function PMicon($row, $a, $c, $nextCount, $exp) { $PM = 'join'; - $BTM = ($a==$c)?'bottom':''; + $BTM = ($a == $c) ? 'bottom' : ''; - $icon = 'backPath,'gfx/ol/'.$PM.$BTM.'.gif','width="18" height="16"').' alt="" />'; + $icon = 'backPath, 'gfx/ol/' . $PM . $BTM . '.gif', 'width="18" height="16"') . ' alt="" />'; + return $icon; } @@ -137,13 +138,13 @@ * @return void * @access private */ - function initializePositionSaving() { + function initializePositionSaving() { - $this->stored=array(); + $this->stored = array(); } } -if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['t3lib/class.t3lib_pagetree.php']) { +if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['t3lib/class.t3lib_pagetree.php']) { include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['t3lib/class.t3lib_pagetree.php']); } ?> \ No newline at end of file