How to display a page without templates ?

General project discussion. NOT for help questions.
Post Reply
eric
Forum Members
Forum Members
Posts: 10
Joined: Wed Oct 08, 2008 11:47 am

How to display a page without templates ?

Post 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 ?
alby

Re: How to display a page without templates ?

Post 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
eric
Forum Members
Forum Members
Posts: 10
Joined: Wed Oct 08, 2008 11:47 am

Re: How to display a page without templates ?

Post by eric »

Well, that sounds great  :D ... I'll try that ASAP, but thank you for your quick answer  8) !
sara_criss
New Member
New Member
Posts: 8
Joined: Tue Oct 21, 2008 2:05 pm

Re: How to display a page without templates ?

Post by sara_criss »

To display the page without any template, you can use the same parameter - except use "index2.php" instead of "index.php
Pierre M.

Re: How to display a page without templates ?

Post 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.
Post Reply

Return to “General Discussion”