diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-09 19:42:37 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-09 19:42:37 -0800 |
commit | e6de9bfa4ebe1fb1c7dd05c0d572c7d79d3323ee (patch) | |
tree | 3bc5833ef1ba4ed3278bbbf49681f16f024ccf96 /include | |
parent | c0260ff7018c1f29cf27d6fdb6ff6c7e4db5fff4 (diff) | |
download | volse-hubzilla-e6de9bfa4ebe1fb1c7dd05c0d572c7d79d3323ee.tar.gz volse-hubzilla-e6de9bfa4ebe1fb1c7dd05c0d572c7d79d3323ee.tar.bz2 volse-hubzilla-e6de9bfa4ebe1fb1c7dd05c0d572c7d79d3323ee.zip |
get rid of the pre-comanche widget placement and wgl code
Diffstat (limited to 'include')
-rw-r--r-- | include/identity.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/identity.php b/include/identity.php index 0c4a9df45..21d919508 100644 --- a/include/identity.php +++ b/include/identity.php @@ -904,19 +904,6 @@ function profile_load(&$a, $nickname, $profile = '') { } /** - * @brief - * - * @param App &$a - * @param boolean $connect - */ -function profile_create_sidebar(&$a, $connect = true) { - - $block = (((get_config('system', 'block_public')) && (! local_channel()) && (! remote_channel())) ? true : false); - - $a->set_widget('profile', profile_sidebar($a->profile, $block, $connect)); -} - -/** * @brief Formats a profile for display in the sidebar. * * It is very difficult to templatise the HTML completely |