On Fri, Jun 26, 2009 at 2:24 PM, Miles J<[email protected]> wrote: > > I have tried these 2 ways, and neither have worked: > > echo $javascript->link('/vendors/markitup/jquery.markitup.pack.js', > true); > echo $javascript->link('vendors.php?file=/markitup/ > jquery.markitup.pack.js', true);
I'm pretty sure you leave off the '/vendors' part. Have a look at cake/bootstrap.php. Also, leave off the extension. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
