Changeset 2166:6f409aa25386 for plugins/importExport
- Timestamp:
- 09/30/13 11:56:33 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/index.php
r2095 r2166 78 78 __('Plugins') => '', 79 79 $title => $p_url, 80 '<span class="page-title">'.html::escapeHTML($module->name).'</span>'=> ''80 html::escapeHTML($module->name) => '' 81 81 )); 82 82 … … 92 92 array( 93 93 __('Plugins') => '', 94 '<span class="page-title">'.$title.'</span>'=> ''94 $title => '' 95 95 )); 96 96
Note: See TracChangeset
for help on using the changeset viewer.