mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 01:33:51 -04:00
7 lines
159 B
PHP
7 lines
159 B
PHP
|
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||
|
|
<div id="gLanguages">
|
||
|
|
<h1> <?= t("Gallery Language Settings") ?> </h1>
|
||
|
|
|
||
|
|
<?= $form ?>
|
||
|
|
</div>
|