Hi. 

in my plugin I am currently trying to add some javascript to the end of a page. 

before the </html> tag. 

Is there a joomla way to do this? 

ideally like

         $document =& JFactory::getDocument();
         $document->addCustomTag($script);

but maybe 

        $document->addCustomTagFooter($script);

thanks in advance. 

Chris
_______________________________________________
New York PHP SIG: Joomla! Mailing List
http://lists.nyphp.org/mailman/listinfo/joomla

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to