9 lines
148 B
PHP
9 lines
148 B
PHP
<?php
|
|
|
|
$extensionPath = t3lib_extMgm::extPath('t3_tcpdf');
|
|
|
|
return array(
|
|
'tx_t3_tcpdf' => $extensionPath . 'class.tx_t3_tcpdf.php',
|
|
);
|
|
|
|
?>
|