TYPO3 API  SVNRelease
ext_autoload.php
Go to the documentation of this file.
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 ?>