Dotclear

Changeset 2746:b67347c09919 for plugins


Ignore:
Timestamp:
08/29/14 15:22:41 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add icon for dcLegacyEditor, fix breadcrumb, fixes #1968

Location:
plugins/dcLegacyEditor
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcLegacyEditor/_admin.php

    r2679 r2746  
    1515$_menu['Plugins']->addItem('dcLegacyEditor', 
    1616'plugin.php?p=dcLegacyEditor', 
    17 'index.php?pf=dcLegacyEditor/imgs/icon.png', 
     17'index.php?pf=dcLegacyEditor/icon.png', 
    1818preg_match('/plugin.php\?p=dcLegacyEditor/', $_SERVER['REQUEST_URI']), 
    1919$core->auth->check('admin,contentadmin', $core->blog->id) 
  • plugins/dcLegacyEditor/tpl/index.tpl

    r2614 r2746  
    44  </head> 
    55  <body> 
    6     <h2><?php echo html::escapeHTML($core->blog->name);?> &gt; dcLegacyEditor</h2> 
    7     <?php if (!empty($message)):?> 
    8     <p class="message"><?php echo $message;?></p> 
    9     <?php endif;?> 
     6    <?php echo dcPage::breadcrumb(array(__('Plugins') => '',__('dcLegacyEditor') => '')).dcPage::notices(); ?> 
    107 
    118    <?php if ($is_super_admin):?> 
     
    2118     </p> 
    2219      </div> 
    23        
     20 
    2421      <p> 
    2522     <input type="hidden" name="p" value="dcLegacyEditor"/> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map