[Comoblog-commit] modules/mod_remove_footer mod_remove_footer_post_filter.php,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-11-28 11:24:23
|
Update of /cvsroot/comoblog/modules/mod_remove_footer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21899/mod_remove_footer Added Files: mod_remove_footer_post_filter.php Log Message: initial add mod_remove_footer, Remove sponsor footer from mail body: you can simply use a terminator string (i.e. ###END###) at the end of your posts: all text after the terminator will be stripped from mail body. this was an original easy moblog module --- NEW FILE: mod_remove_footer_post_filter.php --- <?php require_once(dirname(__FILE__).'/include/mod_remove_footer.inc.php'); $post['post_mail_body'] = mod_remove_footer($post['post_mail_body']); ?> |