Changeset 1523 in ExiteCMS


Ignore:
Timestamp:
07/03/08 18:02:39 (4 years ago)
Author:
hverton
Message:

updated the wikka config to use the new Geshi path

File:
1 edited

Legend:

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

    r1447 r1523  
    1717    'wikka_formatter_path' => 'formatters', 
    1818    'wikka_highlighters_path' => 'formatters', 
    19     'geshi_path' => PATH_INCLUDES.'geshi-1.0.7.20', 
    20     'geshi_languages_path' => PATH_INCLUDES.'geshi-1.0.7.20/geshi', 
     19    'geshi_path' => PATH_GESHI, 
     20    'geshi_languages_path' => PATH_GESHI.'/geshi', 
    2121    'header_action' => 'header', 
    2222    'footer_action' => 'footer', 
     
    3131    'public_sysinfo' => '0', 
    3232    'double_doublequote_html' => 'safe', 
    33     'external_link_tail' => '<img src="'.THEME.'images/external_link.jpg" alt="" />', 
     33    'external_link_tail' => '<img src="'.THEME.'images/external_link.gif" alt="" />', 
    3434    'external_link_new_window' => 1, 
    3535    'sql_debugging' => '0', 
Note: See TracChangeset for help on using the changeset viewer.