12.17 php
Dne
Note
Dne did not leave a note
  1. <?php
  2. $TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(
  3.     'www.microwavemarketing.com' => array(
  4.         'init' => array(
  5.             'enableCHashCache' => 1,
  6.             'appendMissingSlash' => 'ifNotFile',
  7.             'enableUrlDecodeCache' => 1,
  8.             'enableUrlEncodeCache' => 1,
  9.         ),
  10.         'fileName' => array(
  11.             'defaultToHTMLsuffixOnPrev' => true
  12.         ),
  13.  
  14.         'pagePath' => array(
  15.             'type' => 'user',
  16.             'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
  17.             'spaceCharacter' => '-',
  18.             'languageGetVar' => 'L',
  19.             'expireDays' => '3',
  20.             'rootpage_id' => '3'
  21.         ),
  22.        
  23.         'postVarSets' => array(
  24.             '_DEFAULT' => array(
  25.                 'period' => array(
  26.                     array(
  27.                         'condPrevValue' => -1,
  28.                         'GETvar' => 'tx_ttnews[pS]' ,
  29.                     ),
  30.                     array(
  31.                         'GETvar' => 'tx_ttnews[pL]' ,
  32.                     ),
  33.                     array(
  34.                         'GETvar' => 'tx_ttnews[arc]' ,
  35.                         'valueMap' => array(
  36.                             'archived' => 1,
  37.                             'non-archived' => -1,
  38.                         )
  39.                     ),
  40.                 ),
  41.                 'browse' => array(
  42.                     array('GETvar' => 'tx_ttnews[pointer]')
  43.                 ),
  44.                 'article' => array(
  45.                     array(
  46.                         'GETvar' => 'tx_ttnews[backPid]'
  47.                     ),
  48.                     array(
  49.                         'GETvar' => 'tx_ttnews[tt_news]',
  50.                         'lookUpTable' => array(
  51.                             'table' => 'tt_news',
  52.                             'id_field' => 'uid',
  53.                             'alias_field' => 'title',
  54.                             'addWhereClause' => ' AND NOT deleted',
  55.                             'useUniqueCache' => 1,
  56.                             'useUniqueCache_conf' => array(
  57.                                 'strtolower' => 1,
  58.                                 'spaceCharacter' => '-'
  59.                             ),
  60.                         )
  61.                     ),
  62.                     array(
  63.                         'GETvar' => 'tx_ttnews[swords]'
  64.                     )
  65.                 )
  66.             )
  67.         )
  68.     )
  69. );
  70. ?>
Parsed in 0.140 seconds, using GeSHi 1.0.7.14

Modify this Paste