mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
7 lines
64 B
PHP
7 lines
64 B
PHP
<?php
|
|
|
|
function lang_content(&$a) {
|
|
return lang_selector();
|
|
}
|
|
|