last remaining files to be Comanchified with the exception of mod_admin. Though I should probably take a third look to see if anything else uses widgets.

In fact - it appears that the flattrwidget does.
This commit is contained in:
friendica
2013-12-22 02:16:45 -08:00
parent 0366991b45
commit 7e7b5bfa49
4 changed files with 6 additions and 8 deletions

View File

@@ -88,10 +88,6 @@ function chanview_content(&$a) {
if(local_user() && get_pconfig(local_user(),'system','chanview_full'))
goaway($url);
if($a->poi['xchan_hash'])
$a->set_widget('vcard',vcard_from_xchan($a->poi,$observer,'chanview'));
$o = replace_macros(get_markup_template('chanview.tpl'),array(
'$url' => $url,
'$full' => t('toggle full screen mode')