move language selector to a module
This commit is contained in:
6
mod/lang.php
Normal file
6
mod/lang.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
function lang_content(&$a) {
|
||||
return lang_selector();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user