Changeset 1523 in ExiteCMS
- Timestamp:
- 07/03/08 18:02:39 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/wiki/php-files/modules/wiki/wikka.config.php
r1447 r1523 17 17 'wikka_formatter_path' => 'formatters', 18 18 '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', 21 21 'header_action' => 'header', 22 22 'footer_action' => 'footer', … … 31 31 'public_sysinfo' => '0', 32 32 '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="" />', 34 34 'external_link_new_window' => 1, 35 35 'sql_debugging' => '0',
Note: See TracChangeset
for help on using the changeset viewer.
