[TYPO3-core] RFC: feature/bug #3811

Wolfgang Klinger wolfgang at stufenlos.net
Wed Jul 12 14:25:33 CEST 2006


 *hiya!*

 type: feature / possible bug
 BT reference: http://bugs.typo3.org/view.php?id=3811

 No "ATagParams" in GMENU.
 Please take a look at the patch, it's really simple.


 bye
 Wolfgang

-------------- next part --------------
Index: typo3/sysext/cms/tslib/class.tslib_menu.php
===================================================================
--- typo3/sysext/cms/tslib/class.tslib_menu.php	(revision 1626)
+++ typo3/sysext/cms/tslib/class.tslib_menu.php	(working copy)
@@ -2070,6 +2070,7 @@
 			$this->result[$resKey][$key]['imgParams']=$conf[$key]['imgParams'];
 			$this->result[$resKey][$key]['ATagTitle'] = $conf[$key]['ATagTitle'];
 			$this->result[$resKey][$key]['ATagTitle.'] = $conf[$key]['ATagTitle.'];
+			$this->result[$resKey][$key]['ATagParams'] = $conf[$key]['ATagParams'];
 			$this->result[$resKey][$key]['wrap'] = $conf[$key]['wrap'];
 			$this->result[$resKey][$key]['allWrap'] = $conf[$key]['allWrap'];
 			$this->result[$resKey][$key]['allWrap.'] = $conf[$key]['allWrap.'];


More information about the TYPO3-team-core mailing list