TYPO3 API  SVNRelease
ext_localconf.php
Go to the documentation of this file.
00001 <?php
00002 if (!defined ('TYPO3_MODE'))    die ('Access denied.');
00003 
00004 
00005 t3lib_extMgm::addPageTSConfig('
00006     RTE.default.skin = EXT:'.$_EXTKEY.'/rtehtmlarea/htmlarea.css
00007     RTE.default.FE.skin = EXT:'.$_EXTKEY.'/rtehtmlarea/htmlarea.css
00008 ');
00009 
00010 ?>