Re: no scripts on home page?

2008-05-02 Thread alxlevin
Wow, rookie mistake. Thanks guys, I feel a bit embarrased now. On May 2, 10:27 am, grigri <[EMAIL PROTECTED]> wrote: > There's nothing 'special' about the PagesController - it uses the > 'Html' helper unless you tell it not to. > > Without seeing some code, it's impossible to be certain... > > .

Re: no scripts on home page?

2008-05-02 Thread grigri
heh - depends on my caffeine intake, I suppose On May 2, 3:29 pm, Sliv <[EMAIL PROTECTED]> wrote: > which one of us is the "evil" twin... :P --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to

Re: no scripts on home page?

2008-05-02 Thread Sliv
which one of us is the "evil" twin... :P --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [E

Re: no scripts on home page?

2008-05-02 Thread grigri
There's nothing 'special' about the PagesController - it uses the 'Html' helper unless you tell it not to. Without seeing some code, it's impossible to be certain... ...but, were I a gamber, I'd bet that you're doing this: link(...); ?> instead of this (which works): link(...); ?> If this is

Re: no scripts on home page?

2008-05-02 Thread Sliv
the pages controller uses the home view and by default has the HTML helper loaded. Make sure you are using echo $html... and not just $html also read this in it's entirety: http://book.cakephp.org On May 2, 8:46 am, alxlevin <[EMAIL PROTECTED]> wrote: > Hi. This is my first project with Ca

no scripts on home page?

2008-05-02 Thread alxlevin
Hi. This is my first project with CakePHP so hopefully this is a simple question. I'm trying to use the standard views/pages/home.ctp file to create my home page view. I've found that I can include elements but not anything from the htmlhelper, such as images. When I try and use it, I don't ge