"TYPO3 4.0.1: typo3_src-4.0.1/typo3/sysext/aboutmodules/ext_emconf.php Source File", "datetime" => "Sat Dec 2 19:22:22 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>

ext_emconf.php

00001 <?php
00002 
00003 ########################################################################
00004 # Extension Manager/Repository config file for ext: "aboutmodules"
00005 #
00006 # Auto generated 16-11-2004 17:00
00007 #
00008 # Manual updates:
00009 # Only the data in the array - anything else is removed by next write
00010 ########################################################################
00011 
00012 $EM_CONF[$_EXTKEY] = Array (
00013         'title' => 'Help>About Modules',
00014         'description' => 'Shows an overview of the installed and available modules including description and links.',
00015         'category' => 'module',
00016         'shy' => 1,
00017         'dependencies' => '',
00018         'conflicts' => '',
00019         'priority' => '',
00020         'loadOrder' => '',
00021                 'TYPO3_version' => '3.7.0-',
00022         'PHP_version' => '-',
00023         'module' => 'mod',
00024         'state' => 'stable',
00025         'internal' => 0,
00026         'uploadfolder' => 0,
00027         'createDirs' => '',
00028         'modify_tables' => '',
00029         'clearCacheOnLoad' => 0,
00030         'lockType' => '',
00031         'author' => 'Kasper Skårhøj',
00032         'author_email' => 'kasperYYYY@typo3.com',
00033         'author_company' => 'Curby Soft Multimedia',
00034         'CGLcompliance' => '',
00035         'CGLcompliance_note' => '',
00036         'private' => 0,
00037         'download_password' => '',
00038         'version' => '0.1.0',   // Don't modify this! Managed automatically during upload to repository.
00039         '_md5_values_when_last_written' => 'a:12:{s:12:"ext_icon.gif";s:4:"24ff";s:14:"ext_tables.php";s:4:"3db6";s:11:"CVS/Entries";s:4:"0316";s:14:"CVS/Repository";s:4:"6379";s:8:"CVS/Root";s:4:"0ea2";s:27:"mod/.#locallang_mod.xml.1.3";s:4:"3f1c";s:20:"mod/aboutmodules.gif";s:4:"24ff";s:12:"mod/conf.php";s:4:"86ca";s:21:"mod/locallang_mod.xml";s:4:"66b1";s:15:"mod/CVS/Entries";s:4:"206f";s:18:"mod/CVS/Repository";s:4:"c3de";s:12:"mod/CVS/Root";s:4:"0ea2";}',
00040 );
00041 
00042 ?>