Project

General

Profile

Bug #20442 » 0011111.diff

Administrator Admin, 2009-05-17 23:34

View differences:

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) {
(2-2/2)