]> git.mxchange.org Git - friendica.git/blobdiff - mod/common.php
DE update to the strings
[friendica.git] / mod / common.php
index 66efaf62e0351d2c4d70b377dff61954ff390446..7c12dd39bbf0b0c472adc5249a1d7f72a2700b09 100644 (file)
@@ -129,13 +129,15 @@ function common_content(&$a) {
                $entries[] = $entry;
        }
 
-       if($cmd === 'loc' && $cid && $uid == local_user())
+       if($cmd === 'loc' && $cid && $uid == local_user()) {
                $tab_str = contacts_tab($a, $cid, 4);
+       } else
+               $title = t('Common Friends');
 
        $tpl = get_markup_template('viewcontact_template.tpl');
 
        $o .= replace_macros($tpl,array(
-               '$title' => t('Common Friends'),
+               '$title' => $title,
                '$tab_str' => $tab_str,
                '$contacts' => $entries,
        ));