]> git.mxchange.org Git - friendica.git/commitdiff
minor fix to dispy theme.php
authorSimon L'nu <simon.lnu@gmail.com>
Sun, 25 Mar 2012 21:13:24 +0000 (17:13 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Sun, 25 Mar 2012 21:13:24 +0000 (17:13 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy/theme.php

index e898346ef5f0c0a666b16ea837a246dfdda38aa1..3fa9a33531fa55e18cebf023b4b44cf1b92e3064 100644 (file)
@@ -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));