diff options
author | friendica <info@friendica.com> | 2014-05-23 15:30:22 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-23 15:30:22 -0700 |
commit | 059b6cd411e7034bd6b1b6de02dc34984259bd11 (patch) | |
tree | 97d300cbb3cae7c05bb905069277e6a81c791991 /mod/chanview.php | |
parent | 5519f402d65f77ccc5a9266f8a26006f6920b2aa (diff) | |
download | volse-hubzilla-059b6cd411e7034bd6b1b6de02dc34984259bd11.tar.gz volse-hubzilla-059b6cd411e7034bd6b1b6de02dc34984259bd11.tar.bz2 volse-hubzilla-059b6cd411e7034bd6b1b6de02dc34984259bd11.zip |
add randprof app and do away with the universally hated chanview-iframe mode. It's gone. Please do not try and bring it back. We are not Diaspora and we have no desire to be like them. ("And they're all made out of ticky-tacky and they all look just the same"). Our profiles do not have to look the same and they won't anyway. We don't have to sugar coat the fact that some of the content in the matrix doesn't look like the rest of the content in the matrix.
Diffstat (limited to 'mod/chanview.php')
-rw-r--r-- | mod/chanview.php | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/mod/chanview.php b/mod/chanview.php index ca3410c8f..449a98bb1 100644 --- a/mod/chanview.php +++ b/mod/chanview.php @@ -84,15 +84,17 @@ function chanview_content(&$a) { $url = zid($url); // let somebody over-ride the iframed viewport presentation + // or let's just declare this a failed experiment. - if((! local_user()) || (get_pconfig(local_user(),'system','chanview_full'))) - goaway($url); +// if((! local_user()) || (get_pconfig(local_user(),'system','chanview_full'))) + + goaway($url); - $o = replace_macros(get_markup_template('chanview.tpl'),array( - '$url' => $url, - '$full' => t('toggle full screen mode') - )); +// $o = replace_macros(get_markup_template('chanview.tpl'),array( +// '$url' => $url, +// '$full' => t('toggle full screen mode') +// )); - return $o; +// return $o; }
\ No newline at end of file |