aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/theme.php
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-25 19:46:59 -0700
committerSimon <simon@kisikew.org>2012-03-25 19:46:59 -0700
commit8ac59d81f37761d631b78a7bfedf914141b710ee (patch)
tree261dc6c4c0c40960a4ff6ae720b208e853fce40e /view/theme/dispy/theme.php
parent7ab117fd31c31cba4880cfcc63fc940531850455 (diff)
parent3d11c22b01e1581b4606312dcc38dfd7b7906502 (diff)
downloadvolse-hubzilla-8ac59d81f37761d631b78a7bfedf914141b710ee.tar.gz
volse-hubzilla-8ac59d81f37761d631b78a7bfedf914141b710ee.tar.bz2
volse-hubzilla-8ac59d81f37761d631b78a7bfedf914141b710ee.zip
Merge pull request #169 from simonlnu/master
search box
Diffstat (limited to 'view/theme/dispy/theme.php')
-rw-r--r--view/theme/dispy/theme.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/dispy/theme.php b/view/theme/dispy/theme.php
index e898346ef..9db77d7f3 100644
--- a/view/theme/dispy/theme.php
+++ b/view/theme/dispy/theme.php
@@ -131,7 +131,7 @@ function dispy_community_info() {
$a = get_app();
$fostitJS = "javascript: (function() {
- the_url = '".$a->get_baseurl($ssl_state)."/view/theme/dispy-dark/fpostit/fpostit.php?url=' +
+ the_url = '".$a->get_baseurl($ssl_state)."/view/theme/dispy/fpostit/fpostit.php?url=' +
encodeURIComponent(window.location.href) + '&title=' + encodeURIComponent(document.title) + '&text=' +
encodeURIComponent(''+(window.getSelection ? window.getSelection() : document.getSelection ?
document.getSelection() : document.selection.createRange().text));
@@ -151,6 +151,6 @@ function dispy_community_info() {
$aside['$url'] = $url;
$tpl = file_get_contents(dirname(__file__).'/communityhome.tpl');
- $a->page['right_aside'] = replace_macros($tpl, $aside);
+ $a->page['aside'] = replace_macros($tpl, $aside);
}