Dotclear


Ignore:
Timestamp:
04/27/11 09:06:30 (14 years ago)
Author:
Dsls <dsls@…>
Branch:
userprefs
Message:

Ported Franck & Kozlika updates for user prefs, dedicated branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/importExport/_admin.php

    r0 r3  
    2020$__autoload['dcImport'] = dirname(__FILE__).'/inc/flat/class.dc.import.php'; 
    2121$__autoload['dbExport'] = dirname(__FILE__).'/inc/flat/class.db.export.php'; 
     22 
     23$core->addBehavior('adminDashboardFavs','importExportDashboardFavs'); 
     24 
     25function importExportDashboardFavs($core,$favs) 
     26{ 
     27     $favs['importExport'] = new ArrayObject(array('importExport',__('Import/Export'),'plugin.php?p=importExport', 
     28          'index.php?pf=importExport/icon.png','index.php?pf=importExport/icon-big.png', 
     29          'admin',null,null)); 
     30} 
    2231?> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map