Changeset 1301 in ExiteCMS


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

changed "Access" to "ACLs"
use absolute path instead of relative pad for Geshi

Location:
modules/common/wiki/php-files/modules/wiki
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • modules/common/wiki/php-files/modules/wiki/actions/footer.php

    r1298 r1301  
    3131        } 
    3232        if ($this->IsAdmin()) { 
    33             echo "| <a href=\"".$this->href("acls")."\">Access</a>\n"; 
     33            echo "| <a href=\"".$this->href("acls")."\">ACLs</a>\n"; 
    3434        } 
    3535    } 
  • modules/common/wiki/php-files/modules/wiki/wikka.config.php

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