aboutsummaryrefslogtreecommitdiffstats
path: root/mod/lang.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-05 03:19:20 -0800
committerfriendica <info@friendica.com>2014-03-05 03:19:20 -0800
commit61f47cd5ed6eee337d9ab30b65844b5118080b76 (patch)
tree03fabd542a446845640dff27e3b677718b7c409e /mod/lang.php
parentcdcbc5816e21d53172c5396083b38fce4ab0ba38 (diff)
downloadvolse-hubzilla-61f47cd5ed6eee337d9ab30b65844b5118080b76.tar.gz
volse-hubzilla-61f47cd5ed6eee337d9ab30b65844b5118080b76.tar.bz2
volse-hubzilla-61f47cd5ed6eee337d9ab30b65844b5118080b76.zip
move language selector to a module
Diffstat (limited to 'mod/lang.php')
-rw-r--r--mod/lang.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/lang.php b/mod/lang.php
new file mode 100644
index 000000000..fba5f9c73
--- /dev/null
+++ b/mod/lang.php
@@ -0,0 +1,6 @@
+<?php
+
+function lang_content(&$a) {
+ return lang_selector();
+}
+