$url, '$photo' => get_xconfig(App::$poi['xchan_hash'], 'system', 'cover_photo'), '$alt' => t('Cover photo for this channel'), '$about' => $about, '$followers_txt' => t('Followers'), '$following_txt' => t('Following'), '$followers' => $followers, '$following' => $following, '$visit' => t('Visit'), '$outbox' => $load_outbox, '$view' => t('View Recent'), '$recentlink' => z_root() . '/stream/?xchan=' . urlencode(App::$poi['xchan_hash']), '$full' => t('toggle full screen mode') ]); return $o; } } }