Initial commit
This commit is contained in:
9
typo3conf/ext/t3_tcpdf/ext_autoload.php
Normal file
9
typo3conf/ext/t3_tcpdf/ext_autoload.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$extensionPath = t3lib_extMgm::extPath('t3_tcpdf');
|
||||
|
||||
return array(
|
||||
'tx_t3_tcpdf' => $extensionPath . 'class.tx_t3_tcpdf.php',
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user