Changeset 1393


Ignore:
Timestamp:
03/04/2010 10:03:17 AM (2 years ago)
Author:
zhongzhen
Message:

Help extention was added at the end of this file.
And a variable was set for Help article title.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/omcollab_zhongzhen2/wiki/LocalSettings.php

    r1387 r1393  
    195195#require_once( "$IP/extensions/omCollabWikiEditorHelp.php" ); 
    196196require_once( "$IP/extensions/FCKeditor/FCKeditor.php" ); 
    197 require_once("$IP/extensions/Help/Help_Guide.php"); 
    198197#require_once( "$IP/extensions/LiquidThreads/LqtPages.php" ); 
    199198require_once( "$IP/extensions/DiscussionThreading/DiscussionThreading.php" ); 
     
    316315// Replace svg convert from ImageMagick to librsvg 
    317316// $wgSVGConverter = 'rsvg'; 
     317 
     318// Zhongzhen 2010-03-04 
     319// Add help extention in edit page 
     320require_once("$IP/extensions/Help/Help_Guide.php"); 
     321$wgHelpExtentionTitle = "Contribution_Guide"; // this is used in Help Extention 
Note: See TracChangeset for help on using the changeset viewer.