]> git.mxchange.org Git - friendica.git/blobdiff - include/identity.php
Logging message added
[friendica.git] / include / identity.php
index bf5d9692746af48091ce2b584be3f06b5cf2203e..9f3e1dda06b83178a6a9a1c46396a672f1255fb9 100644 (file)
@@ -175,7 +175,7 @@ if(! function_exists('profile_sidebar')) {
                if (($profile['network'] != "") AND ($profile['network'] != NETWORK_DFRN)) {
                        require_once('include/contact_selectors.php');
                        if ($profile['url'] != "")
-                               $profile['network_name'] = '<a href="'.$profile['url'].'">'.network_to_name($profile['network'])."</a>";
+                               $profile['network_name'] = '<a href="'.$profile['url'].'">'.network_to_name($profile['network'], $profile['url'])."</a>";
                        else
                                $profile['network_name'] = network_to_name($profile['network']);
                } else
@@ -634,6 +634,7 @@ if(! function_exists('profile_tabs')){
                                'sel' => ((!isset($tab)&&$a->argv[0]=='profile')?'active':''),
                                'title' => t('Status Messages and Posts'),
                                'id' => 'status-tab',
+                               'accesskey' => 'm',
                        ),
                        array(
                                'label' => t('Profile'),
@@ -641,6 +642,7 @@ if(! function_exists('profile_tabs')){
                                'sel'   => ((isset($tab) && $tab=='profile')?'active':''),
                                'title' => t('Profile Details'),
                                'id' => 'profile-tab',
+                               'accesskey' => 'r',
                        ),
                        array(
                                'label' => t('Photos'),
@@ -648,6 +650,7 @@ if(! function_exists('profile_tabs')){
                                'sel'   => ((!isset($tab)&&$a->argv[0]=='photos')?'active':''),
                                'title' => t('Photo Albums'),
                                'id' => 'photo-tab',
+                               'accesskey' => 'h',
                        ),
                        array(
                                'label' => t('Videos'),
@@ -655,6 +658,7 @@ if(! function_exists('profile_tabs')){
                                'sel'   => ((!isset($tab)&&$a->argv[0]=='videos')?'active':''),
                                'title' => t('Videos'),
                                'id' => 'video-tab',
+                               'accesskey' => 'v',
                        ),
                );
 
@@ -665,6 +669,7 @@ if(! function_exists('profile_tabs')){
                                'sel'   =>((!isset($tab)&&$a->argv[0]=='events')?'active':''),
                                'title' => t('Events and Calendar'),
                                'id' => 'events-tab',
+                               'accesskey' => 'e',
                        );
                        $tabs[] = array(
                                'label' => t('Personal Notes'),
@@ -672,6 +677,7 @@ if(! function_exists('profile_tabs')){
                                'sel'   =>((!isset($tab)&&$a->argv[0]=='notes')?'active':''),
                                'title' => t('Only You Can See This'),
                                'id' => 'notes-tab',
+                               'accesskey' => 't',
                        );
                }