Changeset 1332:a32f83be8392 for admin/plugin.php
- Timestamp:
- 08/11/13 22:56:36 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/plugin.php
r1179 r1332 83 83 call_user_func($open_f,__('Plugin not found')); 84 84 85 echo '<h2 class="page-title">'.__('Plugin not found').'</h2>'; 86 85 echo dcPage::breadcrumb( 86 array( 87 __('System') => '', 88 '<span class="page-title">'.__('Plugin not found').'</span>' => '' 89 )); 90 87 91 echo '<p>'.__('The plugin you reached does not exist or does not have an admin page.').'</p>'; 88 92
Note: See TracChangeset
for help on using the changeset viewer.