summaryrefslogtreecommitdiff
path: root/core/views
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2009-02-10 05:37:42 +0000
committerAndy Staudacher <andy.st@gmail.com>2009-02-10 05:37:42 +0000
commit62f3724acbdf60b7a17c452e74f099b5236d41cb (patch)
treebcf7ad27946413681c1774bad65e754001f37777 /core/views
parentfe5240730a0f281db1ed6ad3be0a3c63c72868bc (diff)
Adding UI for site language selection and user language preference.
Diffstat (limited to 'core/views')
-rw-r--r--core/views/admin_languages.html.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/views/admin_languages.html.php b/core/views/admin_languages.html.php
new file mode 100644
index 00000000..9ba92038
--- /dev/null
+++ b/core/views/admin_languages.html.php
@@ -0,0 +1,6 @@
+<?php defined("SYSPATH") or die("No direct script access.") ?>
+<div id="gLanguages">
+ <h1> <?= t("Gallery Language Settings") ?> </h1>
+
+ <?= $form ?>
+</div>