Changeset 369 for plugins/blocNotes
- Timestamp:
- 03/26/08 21:21:32 (16 years ago)
- Location:
- plugins/blocNotes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blocNotes/index.php
r368 r369 48 48 <html> 49 49 <head> 50 <title><?php echo __('Bloc- Notes'); ?></title>50 <title><?php echo __('Bloc-notes'); ?></title> 51 51 <?php echo dcPage::jsPageTabs($default_tab); ?> 52 52 <style type="text/css"> -
plugins/blocNotes/lib.blocNotes.php
r368 r369 26 26 public static function adminDashboardIcons(&$core, &$icons) 27 27 { 28 $icons['blocNotes'] = array(__('Bloc- Notes'),'plugin.php?p=blocNotes',28 $icons['blocNotes'] = array(__('Bloc-notes'),'plugin.php?p=blocNotes', 29 29 'index.php?pf=blocNotes/icon.png'); 30 30 }
Note: See TracChangeset
for help on using the changeset viewer.