On Fri, 26 Jun 2009 15:24:31 +1000, Sam Bailey <[email protected]> wrote: >> I would like to see in each skin template a default plugin hook just >> before the closing body tag, like: >> <roundcube:object name="mail_plugin_hook" /> >> </body>
You cau use $RCMAIL->output->add_footer() to add content just before the </body> of any page. May be that is easier than adding a hook to every template. Phil _______________________________________________ List info: http://lists.roundcube.net/dev/
