1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00

Update index.view.php

This commit is contained in:
archi-mobile
2014-05-28 00:46:42 -07:00
parent 1ef144ba21
commit 918f0470e0

View File

@@ -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')));
?>