Index: class.tx_install.php =================================================================== RCS file: /cvsroot/typo3/TYPO3core/typo3/sysext/install/mod/class.tx_install.php,v retrieving revision 1.42.2.14 diff -u -r1.42.2.14 class.tx_install.php --- class.tx_install.php 22 Feb 2006 00:44:08 -0000 1.42.2.14 +++ class.tx_install.php 23 Feb 2006 17:49:00 -0000 @@ -2913,7 +2913,7 @@ 'text' => 'HELLO WORLD', 'fontColor' => '#003366', 'fontSize' => 18, - 'fontFile' => $this->backPath.'../t3lib/fonts/vera.ttf', + 'fontFile' => PATH_t3lib."/fonts/vera.ttf", 'offset' => '17,40' ); $conf['BBOX'] = $imageProc->calcBBox($conf);