Changeset 1298:c4b69fd15ef5 for plugins/importExport/index.php
- Timestamp:
- 08/04/13 21:00:35 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/index.php
r840 r1298 75 75 if ($type && $module !== null) { 76 76 echo 77 '<h2> <a href="'.$p_url.'">'.$title.'</a>'.77 '<h2>'.__('Plugins').' › <a href="'.$p_url.'">'.$title.'</a>'. 78 78 ' › <span class="page-title">'.html::escapeHTML($module->name).'</span></h2>'. 79 79 '<div id="ie-gui">'; … … 85 85 else { 86 86 echo 87 '<h2 class="page-title">'.$title.'</h2>'.87 '<h2>'.__('Plugins').' › <span class="page-title">'.$title.'</span></h2>'. 88 88 '<h3>'.__('Import').'</h3>'.listImportExportModules($core,$modules['import']). 89 89 '<h3>'.__('Export').'</h3>'.listImportExportModules($core,$modules['export']);
Note: See TracChangeset
for help on using the changeset viewer.