Changeset 2477:77a6bbc36a44
- Timestamp:
- 10/22/13 10:58:15 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/index.php
r2476 r2477 79 79 $title => $p_url, 80 80 html::escapeHTML($module->name) => '' 81 )); 81 )). 82 dcPage::notices(); 82 83 83 84 echo … … 93 94 __('Plugins') => '', 94 95 $title => '' 95 )); 96 )). 97 dcPage::notices(); 96 98 97 99 echo '<h3>'.__('Import').'</h3>'.listImportExportModules($core,$modules['import']);
Note: See TracChangeset
for help on using the changeset viewer.