mirror of
https://github.com/friendica/friendica
synced 2025-09-04 20:09:55 +02:00
the rest of the english html templates except for htconfig
This commit is contained in:
parent
338ba48554
commit
e35a5bac55
61 changed files with 965 additions and 3828 deletions
|
@ -106,16 +106,9 @@ function profile_content(&$a, $update = 0) {
|
|||
|
||||
|
||||
if($tab === 'profile') {
|
||||
$profile_lang = get_config('system','language');
|
||||
if(! $profile_lang)
|
||||
$profile_lang = 'en';
|
||||
if(file_exists("view/$profile_lang/profile_advanced.php"))
|
||||
require_once("view/$profile_lang/profile_advanced.php");
|
||||
else
|
||||
require_once('view/profile_advanced.php');
|
||||
|
||||
require_once('include/profile_advanced.php');
|
||||
$o .= advanced_profile($a);
|
||||
call_hooks('profile_advanced',$o);
|
||||
|
||||
return $o;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue