1
0
Fork 0

Merge pull request #674 from fermionic/20130503-basic-video-support

basic video playback support using VideoJS
This commit is contained in:
fermionic 2013-05-11 08:33:36 -07:00
commit 3a13aba62e
33 changed files with 5632 additions and 13 deletions

View file

@ -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){