That did the trick - easy when you know how. Thanks
On Nov 21, 11:01 am, "Dr. Tarique Sani" <[EMAIL PROTECTED]> wrote:
> On 11/21/07, peterl <[EMAIL PROTECTED]> wrote:
>...
> Put it in app/webroot
>
> HTH
> Tarique
>
> --
> =
> Cheesecak
On 11/21/07, peterl <[EMAIL PROTECTED]> wrote:
>
> I have "inherited" a Cake site and am still learning it, so help
> appreciated. I want to add a couple of "straight" files which require
> no work by Cake - a sitemap.xml and a popup window (terms and
> conditions). How could I do this - do I real
You can set the pages in views/pages. This place is designated for
"static" page, such as the home page etc ...
There is a pagescontroller (default one in the cake libs), mainly it
has 1 action which is display.
You can copy it into your controller directory and modify it if you
need (maybe you wi
I have "inherited" a Cake site and am still learning it, so help
appreciated. I want to add a couple of "straight" files which require
no work by Cake - a sitemap.xml and a popup window (terms and
conditions). How could I do this - do I really have to add
controller / model as well? Thanks.
--~--