Bug #20442 » 0011111.diff
typo3/class.webpagetree.php | ||
---|---|---|
// Set PM icon for root of mount:
|
||
$cmd = $this->bank.'_'.($isOpen? "0_" : "1_").$uid.'_'.$this->treeName;
|
||
$icon='<img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/ol/'.($isOpen?'minus':'plus').'only.gif').' alt="" />';
|
||
$firstHtml = $this->PMiconATagWrap($icon,$cmd);
|
||
$firstHtml = $this->PMiconATagWrap($icon,$cmd,!$isOpen);
|
||
// Preparing rootRec for the mount
|
||
if ($uid) {
|
- « Previous
- 1
- 2
- Next »