Changeset 1422
- Timestamp:
- 03/11/2010 11:28:16 AM (2 years ago)
- Location:
- branches/omcollab_multilang/wiki
- Files:
-
- 2 edited
-
LocalSettings-en.php (modified) (1 diff)
-
LocalSettings-zh.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/omcollab_multilang/wiki/LocalSettings-en.php
r1411 r1422 5 5 $wgArticlePath='/wiki/$1'; 6 6 $wgScriptPath='/wikiensrc'; 7 8 # [ omwiki script & article paths ] 9 define( 'OMWIKI_SCRIPT_PATH' , '/wikiensrc' ); 10 define( 'OMWIKI_ARTICLE_PATH' , '/wiki/$1' ); 11 7 12 ?> 8 13 -
branches/omcollab_multilang/wiki/LocalSettings-zh.php
r1412 r1422 5 5 $wgArticlePath='/wiki/zh/$1'; 6 6 $wgScriptPath='/wikizh'; 7 8 # [ omwiki script & article paths ] 9 define( 'OMWIKI_SCRIPT_PATH' , '/wikizhsrc' ); 10 define( 'OMWIKI_ARTICLE_PATH' , '/wiki/zh/$1' ); 11 7 12 ?> 8 ~
Note: See TracChangeset
for help on using the changeset viewer.
