X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=mod%2Fvideos.php;h=9e19ecf11744d4d53da9b6d163095007919b2e52;hb=b2d685482928363ce86c3c0519c8ff39d0af43ca;hp=728a71bb5d70495bd6810c2a143e77f71294b78d;hpb=e17db489eee549f47c39c9b5494063476ed4aeb0;p=friendica.git diff --git a/mod/videos.php b/mod/videos.php index 728a71bb5d..9e19ecf117 100644 --- a/mod/videos.php +++ b/mod/videos.php @@ -49,7 +49,7 @@ function videos_init(App $a) $account_type = Contact::getAccountType($profile); - $tpl = Renderer::getMarkupTemplate("vcard-widget.tpl"); + $tpl = Renderer::getMarkupTemplate("widget/vcard.tpl"); $vcard_widget = Renderer::replaceMacros($tpl, [ '$name' => $profile['name'], @@ -217,7 +217,7 @@ function videos_content(App $a) // tabs $_is_owner = (local_user() && (local_user() == $owner_uid)); - $o .= Profile::getTabs($a, $_is_owner, $a->data['user']['nickname']); + $o .= Profile::getTabs($a, 'videos', $_is_owner, $a->data['user']['nickname']); // // dispatch request