]> git.mxchange.org Git - friendica.git/blobdiff - mod/editpost.php
new version of the ShaShape iconset
[friendica.git] / mod / editpost.php
index b039341023c7e00140e23d295f32af321087797d..0cf6d0d4cf7320f7b1812036f99de0d4d8740879 100644 (file)
@@ -93,15 +93,14 @@ function editpost_content(&$a) {
                $jotnets .= '<div class="profile-jot-net"><input type="checkbox" name="pubmail_enable"' . $selected . ' value="1" /> '
                . t("Post to Email") . '</div>';
        }*/
-                                       
+
 
 
        call_hooks('jot_tool', $jotplugins);
        //call_hooks('jot_networks', $jotnets);
 
        
-       //$tpl = replace_macros($tpl,array('$jotplugins' => $jotplugins));      
-       
+       //$tpl = replace_macros($tpl,array('$jotplugins' => $jotplugins));
 
        $o .= replace_macros($tpl,array(
                '$return_path' => $_SESSION['return_url'],