aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy-dark/theme.php
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-04-01 03:57:05 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-04-01 03:57:05 -0400
commitdb7f7e42370bc787be8bc8f71845d98a95bb705f (patch)
treed44b6c052bb864d1f51d9d64042f2a0ba9e25db3 /view/theme/dispy-dark/theme.php
parentbbd86382a61ac814a84d50a871cd32989b1d73c3 (diff)
downloadvolse-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.php9
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();
-}
+//}
+