Changeset 2384:120f98a3fe03 for plugins/importExport/index.php
- Timestamp:
- 10/16/13 08:39:16 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/index.php
r2322 r2384 98 98 99 99 echo '<h3>'.__('Import').'</h3>'.listImportExportModules($core,$modules['import']); 100 //echo '<h3>'.__('Export').'</h3>'.listImportExportModules($core,$modules['export']);101 100 } 102 101 103 102 echo 103 '<h3>'.__('Export').'</h3>'. 104 104 '<p class="info">'.sprintf( 105 105 __('Export functions are in the page %s.'),
Note: See TracChangeset
for help on using the changeset viewer.