Merge pull request #674 from fermionic/20130503-basic-video-support
basic video playback support using VideoJS
This commit is contained in:
commit
3a13aba62e
33 changed files with 5632 additions and 13 deletions
7
boot.php
7
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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue