Changeset 1301 in ExiteCMS
- Timestamp:
- 02/22/08 23:37:06 (4 years ago)
- Location:
- modules/common/wiki/php-files/modules/wiki
- Files:
-
- 2 edited
-
actions/footer.php (modified) (1 diff)
-
wikka.config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/common/wiki/php-files/modules/wiki/actions/footer.php
r1298 r1301 31 31 } 32 32 if ($this->IsAdmin()) { 33 echo "| <a href=\"".$this->href("acls")."\">A ccess</a>\n";33 echo "| <a href=\"".$this->href("acls")."\">ACLs</a>\n"; 34 34 } 35 35 } -
modules/common/wiki/php-files/modules/wiki/wikka.config.php
r1300 r1301 17 17 'wikka_formatter_path' => 'formatters', 18 18 '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', 21 21 'header_action' => 'header', 22 22 'footer_action' => 'footer',
Note: See TracChangeset
for help on using the changeset viewer.
