Changeset 2746:b67347c09919 for plugins
- Timestamp:
- 08/29/14 15:22:41 (11 years ago)
- Branch:
- default
- Location:
- plugins/dcLegacyEditor
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcLegacyEditor/_admin.php
r2679 r2746 15 15 $_menu['Plugins']->addItem('dcLegacyEditor', 16 16 'plugin.php?p=dcLegacyEditor', 17 'index.php?pf=dcLegacyEditor/i mgs/icon.png',17 'index.php?pf=dcLegacyEditor/icon.png', 18 18 preg_match('/plugin.php\?p=dcLegacyEditor/', $_SERVER['REQUEST_URI']), 19 19 $core->auth->check('admin,contentadmin', $core->blog->id) -
plugins/dcLegacyEditor/tpl/index.tpl
r2614 r2746 4 4 </head> 5 5 <body> 6 <h2><?php echo html::escapeHTML($core->blog->name);?> > 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(); ?> 10 7 11 8 <?php if ($is_super_admin):?> … … 21 18 </p> 22 19 </div> 23 20 24 21 <p> 25 22 <input type="hidden" name="p" value="dcLegacyEditor"/>
Note: See TracChangeset
for help on using the changeset viewer.