]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge pull request #674 from fermionic/20130503-basic-video-support
[friendica.git] / boot.php
index 4d2b5ccacdbd15bd10b5bc4a7b6710c6797fca00..16f59495f940be0596f261a8ce752fccbf18a28c 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -1956,6 +1956,13 @@ if(! function_exists('profile_tabs')){
                                'title' => t('Photo Albums'),
                                'id' => 'photo-tab',
                        ),
+                       array(
+                               'label' => t('Videos'),
+                               'url'   => $a->get_baseurl() . '/videos/' . $nickname,
+                               'sel'   => ((!isset($tab)&&$a->argv[0]=='videos')?'active':''),
+                               'title' => t('Videos'),
+                               'id' => 'video-tab',
+                       ),
                );
        
                if ($is_owner){