ext_localconf.php

Go to the documentation of this file.
00001 <?php
00002 
00003 // needed xclass to get a working quick edit mode for the old page module
00004 if (!isset($TYPO3_CONF_VARS['BE']['XCLASS']['ext/cms/layout/db_layout.php']) &&
00005         t3lib_div::int_from_ver(TYPO3_version) < 4002000) {
00006 
00007         $TYPO3_CONF_VARS['BE']['XCLASS']['ext/cms/layout/db_layout.php'] =
00008                 t3lib_extMgm::extPath($_EXTKEY) . 'src/class.ux_sc_db_layout.php';
00009 }
00010 
00011 // hook to add date2cal features for flexforms
00012 $TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_befunc.php']['getFlexFormDSClass'][] =
00013         'EXT:date2cal/src/class.tx_date2cal_befunc.php:tx_date2cal_befunc';
00014 ?>

Generated on Thu Mar 20 21:55:20 2008 for date2cal by  doxygen 1.5.3