What I would like to do is to search and display a page in a div. If I call the page as :
href="index.php?page=home"
and displays it in a div the page displays in its own template etc...
I would like to call the page itself, naked, and do what I want to do with it. Is there a way to do this, maybe a kind of internal cms reference ?
How to display a page without templates ?
Re: How to display a page without templates ?
And thiseric wrote: href="index.php?page=home"
and displays it in a div the page displays in its own template etc...

Alby
Re: How to display a page without templates ?
Well, that sounds great
... I'll try that ASAP, but thank you for your quick answer
!


-
- New Member
- Posts: 8
- Joined: Tue Oct 21, 2008 2:05 pm
Re: How to display a page without templates ?
To display the page without any template, you can use the same parameter - except use "index2.php" instead of "index.php
Re: How to display a page without templates ?
Please elaborate on this or be considered a troll and may be banned.sara_criss wrote: To display the page without any template, you can use the same parameter - except use "index2.php" instead of "index.php