]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile.php
Some more ...
[friendica.git] / mod / profile.php
index b02570d5afcca60960a6f25726225c052bd50167..26bd395230b8d937df35ceb1c5fcb10891116227 100644 (file)
@@ -3,7 +3,7 @@
 require_once('include/contact_widgets.php');
 require_once('include/redir.php');
 
-if(! function_exists('profile_init')) {
+
 function profile_init(&$a) {
 
        if(! x($a->page,'aside'))
@@ -65,10 +65,10 @@ function profile_init(&$a) {
        foreach($dfrn_pages as $dfrn)
                $a->page['htmlhead'] .= "<link rel=\"dfrn-{$dfrn}\" href=\"".$a->get_baseurl()."/dfrn_{$dfrn}/{$which}\" />\r\n";
        $a->page['htmlhead'] .= "<link rel=\"dfrn-poco\" href=\"".$a->get_baseurl()."/poco/{$which}\" />\r\n";
-}
+
 }
 
-if(! function_exists('profile_content')) {
+
 function profile_content(&$a, $update = 0) {
 
        $category = $datequery = $datequery2 = '';
@@ -350,4 +350,3 @@ function profile_content(&$a, $update = 0) {
 
        return $o;
 }
-}