Files
oberstufe-alt/typo3conf/ext/t3_tcpdf/ext_autoload.php
2018-04-02 08:07:38 +02:00

9 lines
148 B
PHP

<?php
$extensionPath = t3lib_extMgm::extPath('t3_tcpdf');
return array(
'tx_t3_tcpdf' => $extensionPath . 'class.tx_t3_tcpdf.php',
);
?>