I guess that if you include "http://" in the name it should generate the righrt url ..
On Nov 5, 7:15 pm, Andres Monroy-Hernandez <[EMAIL PROTECTED]> wrote: > I'm using $javascript->link to generate calls like: > > <script type="text/javascript" src="/js/scriptaculous.js"></script> > > Now I want to change it to something like: > <script type="text/javascript" src="http://foobar.com/js/ > scriptaculous.js"></script> > > I was looking for some kind of parameter in core.php to automatically > append something to every $javascript->link call but I couldn't find > it. > > Any suggestions on how I can do this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
