146. File Comparison Report

Produced on Mon May 12 13:04:54 2008 UTC. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

146.1 Files compared

# Location File Last Modified
1 Mon May 12 13:04:54 2008 UTC
2 Dolphin-v.6.1.0\groups\orca\layout\base params.php Wed Apr 9 17:44:56 2008 UTC

146.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 10
Removed 0 0

146.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

146.4 Active regular expressions

No regular expressions were active.

146.5 Comparison detail

    1   <?php
    2  
    3   $gConf['di r']['xsl']  = $gConf[ 'dir']['la youts'] .  'base/xsl/ ';  // xsl  dir
    4  
    5   $gConf['ur l']['icon' ] = $gConf ['url']['l ayouts'] .  'base/ico ns/';   //  icons url
    6   $gConf['ur l']['img']  = $gConf[ 'url']['la youts'] .  'base/img/ ';  // img  url
    7   $gConf['ur l']['css']  = $gConf[ 'url']['la youts']  .  'base/css /'; // css  url
    8   $gConf['ur l']['xsl']  = $gConf[ 'url']['la youts'] .  'base/xsl/ ';  // xsl  url
    9  
    10   ?>