You are here

menu_language_page.tpl.php in Menu per language - i18n menu overview 7

File

theme/menu_language_page.tpl.php
View source
<div class="action_add">
  <?php

print l(t('Add link'), 'admin/structure/menu/manage/' . $menu . '/add', array(
  'query' => array(
    'destination' => 'admin/structure/' . arg(2),
  ),
));
?>
</div>
<div class="action_edit">
  <?php

print l(t('Edit menu'), 'admin/structure/menu/manage/' . $menu . '/edit', array(
  'query' => array(
    'destination' => 'admin/structure/' . arg(2),
  ),
));
?>
</div>
<?php

print $table;
print $remaining_form_elements;