move language selector to a module

This commit is contained in:
friendica
2014-03-05 03:19:20 -08:00
parent cdcbc5816e
commit 61f47cd5ed
6 changed files with 10 additions and 11 deletions

6
mod/lang.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
function lang_content(&$a) {
return lang_selector();
}