xmenu_layers.diff

来自「Typo3, 开源里边最强大的」· DIFF 代码 · 共 62 行

DIFF
62
字号
# The files gmenu_layers and tmenu_layers should be exactly the same except# these differences:--- gmenu_layers.php	2006-07-04 19:44:39.000000000 +0200+++ tmenu_layers.php	2006-07-04 19:44:39.000000000 +0200@@ -25,5 +25,5 @@ *  This copyright notice MUST APPEAR in all copies of the script! ***************************************************************/ /**- * Contains the GMENU_LAYERS extension class, tslib_gmenu_layers+ * Contains the TMENU_LAYERS extension class, tslib_tmenu_layers  *@@ -38,7 +38,7 @@  *  *  *- *   84: class tslib_gmenu_layers extends tslib_gmenu+ *   84: class tslib_tmenu_layers extends tslib_tmenu  *  116:     function extProc_init()  *  134:     function extProc_RO($key)  *  150:     function extProc_beforeLinking($key)@@ -72,8 +72,8 @@   /**- * Class extending tslib_gmenu for the creation of DHTML menus- * NOTICE: The contents of this class is made so that it can be copied EXACTLY AS IS to the tmenu_layers class! See notes in class (for BEGIN/END) and also "diff.xmenu_layers.txt"+ * Class extending tslib_tmenu for the creation of text based DHTML menus+ * NOTICE: The contents of this class is copied EXACTLY AS IS from gmenu_layers class! See notes in class (for BEGIN/END) and also 'diff.xmenu_layers.txt'  *  * @author	Kasper Skaarhoj <kasperYYYY@typo3.com>  * @package TYPO3@@ -81,9 +81,9 @@  * @link http://typo3.org/doc.0.html?&tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=385&cHash=648519dd66  * @see diff.xmenu_layers.txt  */-class tslib_gmenu_layers extends tslib_gmenu {+class tslib_tmenu_layers extends tslib_tmenu { -// FULL DUPLICATE TO tmenu_layers BEGIN:+// FULL DUPLICATE FROM gmenu_layers BEGIN:  	var $GMENU_fixKey='layers'; 	var $divLayers=Array();@@ -460,13 +460,13 @@ 	} } -// FULL DUPLICATE TO tmenu_layers END:+// FULL DUPLICATE FROM gmenu_layers END:  -$GLOBALS['TSFE']->tmpl->menuclasses.=',gmenu_layers';+$GLOBALS['TSFE']->tmpl->menuclasses.=',tmenu_layers'; -if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['media/scripts/gmenu_layers.php'])	{-	include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['media/scripts/gmenu_layers.php']);+if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['media/scripts/tmenu_layers.php'])	{+	include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['media/scripts/tmenu_layers.php']); }  ?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?