mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 19:27:52 +02:00
Menu Plugin: translates updates
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<br />
|
<br />
|
||||||
<?php
|
<?php
|
||||||
echo (
|
echo (
|
||||||
Html::anchor(__('Create new item', 'menu'), 'index.php?id=menu&action=add', array('title' => __('Create new page', 'menu'), 'class' => 'btn btn-small'))
|
Html::anchor(__('Create New Item', 'menu'), 'index.php?id=menu&action=add', array('title' => __('Create New Item', 'menu'), 'class' => 'btn btn-small'))
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
<br />
|
<br />
|
||||||
<?php
|
<?php
|
||||||
echo (
|
echo (
|
||||||
Html::anchor(__('Create new item', 'menu'), 'index.php?id=menu&action=add'.$category_to_add , array('title' => __('Create new page', 'menu'), 'class' => 'btn btn-small'))
|
Html::anchor(__('Create New Item', 'menu'), 'index.php?id=menu&action=add'.$category_to_add , array('title' => __('Create New Item', 'menu'), 'class' => 'btn btn-small'))
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
|
Reference in New Issue
Block a user