summaryrefslogtreecommitdiff
path: root/core/views/admin_languages.html.php
blob: abeaf362287dfdd1047d81876925be6a1960661a (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="gLanguages">
  <h2> <?= t("Languages") ?> </h2>

  <?= $settings_form ?>

  <?= $update_translations_form ?>

  <h2> <?= t("Your Own Translations") ?> </h2>
  <?= $share_translations_form ?>
</div>