-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
52 lines (49 loc) · 1.25 KB
/
ext_emconf.php
1
<?php######################################################################### Extension Manager/Repository config file for Typo3_Theme## Auto generated 01-01-2012 12:00## Manual updates:# Only the data in the array - everything else is removed by next# writing. "version" and "dependencies" must not be touched!########################################################################$EM_CONF[$_EXTKEY] = array( 'title' => 'Typo3_Theme', 'description' => 'This Extension provides the Typo3_Theme', 'category' => 'templates', 'author' => 'Stefan Regniet', 'author_email' => 's.regniet@techdivision.com', 'shy' => '', 'dependencies' => 'extbase,fluid,scheduler,rsaauth,saltedpasswords', 'conflicts' => '', 'priority' => '', 'module' => '', 'state' => 'beta', 'internal' => '', 'uploadfolder' => 0, 'createDirs' => '', 'modify_tables' => '', 'clearCacheOnLoad' => 0, 'lockType' => '', 'author_company' => '', 'version' => '0.1.1', 'constraints' => array( 'depends' => array( 'typo3' => '6.1.0-6.2.100', 'extbase' => '', 'fluid' => '', 'scheduler' => '', 'rsaauth' => '', 'saltedpasswords' => '', ), 'conflicts' => array( ), 'suggests' => array( ), ), '_md5_values_when_last_written' => '', 'suggests' => array( ),);?>