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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user