Ignore:
Timestamp:
02/22/08 21:37:41 (4 years ago)
Author:
hverton
Message:

changed the geshi entries in the wiki config to point to the core include directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/wiki/php-files/modules/wiki/wikka.config.php

    r1223 r1300  
    1717    'wikka_formatter_path' => 'formatters', 
    1818    'wikka_highlighters_path' => 'formatters', 
    19     'geshi_path' => '3rdparty/plugins/geshi', 
    20     'geshi_languages_path' => '3rdparty/plugins/geshi/geshi', 
     19    'geshi_path' => INCLUDES.'geshi', 
     20    'geshi_languages_path' => INCLUDES.'geshi/geshi', 
    2121    'header_action' => 'header', 
    2222    'footer_action' => 'footer', 
Note: See TracChangeset for help on using the changeset viewer.