Adding UI for site language selection and user language preference.

This commit is contained in:
Andy Staudacher
2009-02-10 05:37:42 +00:00
parent fe5240730a
commit 62f3724acb
10 changed files with 304 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="gLanguages">
<h1> <?= t("Gallery Language Settings") ?> </h1>
<?= $form ?>
</div>