Documentation TYPO3 par Ameos |
00001 <?php 00002 define("TYPO3_MOD_PATH", "ext/freesite/mod/"); // Relative path to the module from the typo3/ folder 00003 $BACK_PATH="../../../"; // Relative path to the typo3/ folder 00004 00005 $MLANG["default"]["tabs_images"]["tab"] = "freesite.gif"; 00006 $MLANG["default"]["ll_ref"]="LLL:EXT:freesite/mod/locallang_mod.php"; 00007 00008 $MCONF["script"]="index.php"; 00009 $MCONF["access"]="admin"; 00010 $MCONF["name"]="freesite"; // Name: [module]_[subModule] or just [module] if no submodule!! Remember, no "_" in module names!!! 00011 ?>