mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
Merge pull request #305 from archi-mobile/patch-3
Update index.view.php
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
<td>
|
||||
<div class="pull-right">
|
||||
<?php if (File::exists(PLUGINS . DS . basename($plug['plugin'], '.manifest.xml') . DS . 'README.md')) { ?>
|
||||
<?php echo Html::anchor(__('?', 'plugins'),
|
||||
<?php echo Html::anchor(__('Info', 'plugins'),
|
||||
'#',
|
||||
array('class' => 'btn btn-info readme_plugin', 'data-toggle' => 'modal', 'data-target' => '#readme', 'readme_plugin' => basename($plug['plugin'], '.manifest.xml')));
|
||||
?>
|
||||
|
Reference in New Issue
Block a user