diff options
author | friendica <info@friendica.com> | 2012-04-01 01:03:05 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-01 01:03:05 -0700 |
commit | ae5e5bf1e4695efdcc0f4fe1aa6c99a77a837612 (patch) | |
tree | cdb473bd0e158b1bb65fcb0120c2ed11584cdbf5 /view/theme/dispy-dark/theme.php | |
parent | 5c2fdc795fc5273176a7f81d989ad06e16945f1c (diff) | |
parent | 4bf2a7bf501603a60511fa984989029eee877e82 (diff) | |
download | volse-hubzilla-ae5e5bf1e4695efdcc0f4fe1aa6c99a77a837612.tar.gz volse-hubzilla-ae5e5bf1e4695efdcc0f4fe1aa6c99a77a837612.tar.bz2 volse-hubzilla-ae5e5bf1e4695efdcc0f4fe1aa6c99a77a837612.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/dispy-dark/theme.php')
-rw-r--r-- | view/theme/dispy-dark/theme.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/view/theme/dispy-dark/theme.php b/view/theme/dispy-dark/theme.php index 7115faca1..17d31feda 100644 --- a/view/theme/dispy-dark/theme.php +++ b/view/theme/dispy-dark/theme.php @@ -113,6 +113,10 @@ EOT; function dispydark_community_info() { $a = get_app(); + $aside['$lastusers_title'] = t('Last users'); + $aside['$lastusers_items'] = array(); + $publish = (get_config('system','publish_all') ? '' : " AND `publish` = 1 " ); + $fostitJS = "javascript: (function() { the_url = '".$a->get_baseurl($ssl_state)."/view/theme/dispy-dark/fpostit/fpostit.php?url=' + encodeURIComponent(window.location.href) + '&title=' + encodeURIComponent(document.title) + '&text=' + @@ -138,6 +142,7 @@ function dispydark_community_info() { } // aside on profile page -if (($a->argv[0] . $a->argv[1]) === ("profile" . $a->user['nickname'])) { +//if (($a->argv[0] . $a->argv[1]) === ("profile" . $a->user['nickname'])) { dispydark_community_info(); -} +//} + |