aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy-dark/theme.php
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-04-01 00:58:08 -0700
committerSimon <simon@kisikew.org>2012-04-01 00:58:08 -0700
commit4bf2a7bf501603a60511fa984989029eee877e82 (patch)
treed44b6c052bb864d1f51d9d64042f2a0ba9e25db3 /view/theme/dispy-dark/theme.php
parente97d90820dd03cfbb4599c3fe1551f3d198e5e0c (diff)
parentdb7f7e42370bc787be8bc8f71845d98a95bb705f (diff)
downloadvolse-hubzilla-4bf2a7bf501603a60511fa984989029eee877e82.tar.gz
volse-hubzilla-4bf2a7bf501603a60511fa984989029eee877e82.tar.bz2
volse-hubzilla-4bf2a7bf501603a60511fa984989029eee877e82.zip
Merge pull request #194 from simonlnu/master
latest fixes for dispys. tweaking/repairing
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();
-}
+//}
+