diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-01 03:57:05 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-01 03:57:05 -0400 |
commit | db7f7e42370bc787be8bc8f71845d98a95bb705f (patch) | |
tree | d44b6c052bb864d1f51d9d64042f2a0ba9e25db3 /view/theme/dispy-dark/theme.php | |
parent | bbd86382a61ac814a84d50a871cd32989b1d73c3 (diff) | |
download | volse-hubzilla-db7f7e42370bc787be8bc8f71845d98a95bb705f.tar.gz volse-hubzilla-db7f7e42370bc787be8bc8f71845d98a95bb705f.tar.bz2 volse-hubzilla-db7f7e42370bc787be8bc8f71845d98a95bb705f.zip |
latest fixes for dispys. tweaking/repairing
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
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(); -} +//} + |