Changeset 2126 for trunk/plugins/add_index
- Timestamp:
- Oct 9, 2007, 1:46:09 AM (17 years ago)
- Location:
- trunk/plugins/add_index
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/add_index/main.admin.inc.php
r2059 r2126 51 51 function loading_lang() 52 52 { 53 global $lang; 54 55 include(get_language_filepath('plugin.lang.php', $this->path)); 53 load_language('plugin.lang', $this->path); 56 54 } 57 55 -
trunk/plugins/add_index/main.normal.inc.php
r2059 r2126 37 37 { 38 38 $help_content = 39 @file_get_contents(get_language_filepath('help/'.$page.'.html', $this->path));39 load_language('help/'.$page.'.html', $this->path, '', true); 40 40 } 41 41 else
Note: See TracChangeset
for help on using the changeset viewer.