Page 1 of 1
How to display a page without templates ?
Posted: Fri Oct 24, 2008 3:38 pm
by eric
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 ?
Re: How to display a page without templates ?
Posted: Fri Oct 24, 2008 3:43 pm
by alby
eric wrote:
href="index.php?page=home"
and displays it in a div the page displays in its own template etc...
And this

href="index.php?page=home&showtemplate=false"
Alby
Re: How to display a page without templates ?
Posted: Fri Oct 24, 2008 3:48 pm
by eric
Well, that sounds great

... I'll try that ASAP, but thank you for your quick answer

!
Re: How to display a page without templates ?
Posted: Tue Oct 28, 2008 3:06 pm
by sara_criss
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 ?
Posted: Tue Oct 28, 2008 5:09 pm
by Pierre M.
sara_criss wrote:
To display the page without any template, you can use the same parameter - except use "index2.php" instead of "index.php
Please elaborate on this or be considered a troll and may be banned.