0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
4.5.5-0
/
standard
/
htdocs
/
typo3conf
/
ext
/
automaketemplate
/
[
Home
]
File: ext_emconf.php
<?php $EM_CONF[$_EXTKEY] = array ( 'title' => 'Template Auto-parser', 'description' => 'Reads an HTML file and all sections which has a certain class or id value set are wrapped in corresponding template subparts. Also relative paths to images, stylesheets etc. are corrected.', 'category' => 'plugin', 'shy' => 0, 'version' => '0.1.2', 'dependencies' => '', 'conflicts' => '', 'priority' => '', 'loadOrder' => '', 'TYPO3_version' => '', 'PHP_version' => '', 'module' => '', 'state' => 'stable', 'uploadfolder' => 0, 'createDirs' => '', 'modify_tables' => '', 'clearcacheonload' => 1, 'lockType' => '', 'author' => 'Kasper Skårhøj, alterNET Internet BV', 'author_email' => 'support@alternet.nl', 'author_company' => '', 'CGLcompliance' => NULL, 'CGLcompliance_note' => NULL, 'constraints' => array ( 'depends' => array ( ), 'conflicts' => array ( ), 'suggests' => array ( ), ), '_md5_values_when_last_written' => 'a:7:{s:9:"ChangeLog";s:4:"6490";s:12:"ext_icon.gif";s:4:"01aa";s:17:"ext_localconf.php";s:4:"4787";s:15:"ext_php_api.dat";s:4:"aa1d";s:12:"doc/TODO.txt";s:4:"d41d";s:14:"doc/manual.sxw";s:4:"05d2";s:37:"pi1/class.tx_automaketemplate_pi1.php";s:4:"d101";}', ); ?>