Changeset 2045:df4cee0ce669 for plugins/importExport/index.php
- Timestamp:
- 09/23/13 21:25:10 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/index.php
r1358 r2045 95 95 )); 96 96 97 echo 98 '<h3>'.__('Import').'</h3>'.listImportExportModules($core,$modules['import']). 99 '<h3>'.__('Export').'</h3>'.listImportExportModules($core,$modules['export']); 97 echo '<h3>'.__('Import').'</h3>'.listImportExportModules($core,$modules['import']); 98 //echo '<h3>'.__('Export').'</h3>'.listImportExportModules($core,$modules['export']); 100 99 } 100 101 echo 102 '<p class="info">'.sprintf( 103 __('Export functions are in the page %s.'), 104 '<a href="plugin.php?p=maintenance&tab=backup#backup">'.__('Maintenance').'</a>' 105 ).'</p>'; 101 106 102 107 echo '
Note: See TracChangeset
for help on using the changeset viewer.