|
TYPO3 API
SVNRelease
|
00001 <?php 00002 /* 00003 * Register necessary class names with autoloader 00004 * 00005 */ 00006 00007 $extensionPath = dirname(__FILE__); 00008 00009 return array( 00010 'tx_about_customsections' => $extensionPath . '/interfaces/interface.tx_about_customsections.php', 00011 ); 00012 00013 ?>
1.8.0