mirror of
https://github.com/typecho/typecho.git
synced 2025-04-17 08:14:57 +02:00
fix 1021
This commit is contained in:
parent
50c23c44c5
commit
f6d0627a77
Binary file not shown.
Before Width: | Height: | Size: 6.3 KiB |
@ -33,8 +33,8 @@ include 'menu.php';
|
||||
<?php while ($activatedPlugins->next()): ?>
|
||||
<tr id="plugin-<?php $activatedPlugins->name(); ?>">
|
||||
<td><?php $activatedPlugins->title(); ?>
|
||||
<?php if (!$activatedPlugins->dependence): ?>
|
||||
<img src="<?php $options->adminUrl('images/notice.gif'); ?>" title="<?php _e('%s 无法在此版本的typecho下正常工作', $activatedPlugins->title); ?>" alt="<?php _e('%s 无法在此版本的typecho下正常工作', $activatedPlugins->title); ?>" class="tiny" />
|
||||
<?php if ($activatedPlugins->dependence): ?>
|
||||
<i class="i-delete" title="<?php _e('%s 无法在此版本的typecho下正常工作', $activatedPlugins->title); ?>"></i>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
<td><?php $activatedPlugins->description(); ?></td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user