Changeset 1339:11fdde189adb for plugins/importExport/index.php
- Timestamp:
- 08/12/13 14:10:18 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/index.php
r1298 r1339 74 74 75 75 if ($type && $module !== null) { 76 dcPage::breadcrumb( 77 array( 78 __('Plugins') => '', 79 $title => $p_url, 80 '<span class="page-title">'.html::escapeHTML($module->name).'</span>' => '' 81 )); 82 76 83 echo 77 '<h2>'.__('Plugins').' › <a href="'.$p_url.'">'.$title.'</a>'.78 ' › <span class="page-title">'.html::escapeHTML($module->name).'</span></h2>'.79 84 '<div id="ie-gui">'; 80 85 … … 84 89 } 85 90 else { 91 dcPage::breadcrumb( 92 array( 93 __('Plugins') => '', 94 '<span class="page-title">'.$title.'</span>' => '' 95 )); 96 86 97 echo 87 '<h2>'.__('Plugins').' › <span class="page-title">'.$title.'</span></h2>'.88 98 '<h3>'.__('Import').'</h3>'.listImportExportModules($core,$modules['import']). 89 99 '<h3>'.__('Export').'</h3>'.listImportExportModules($core,$modules['export']);
Note: See TracChangeset
for help on using the changeset viewer.