Page 1 of 1

How to show the pagetitle with PHP tag?

Posted: Thu 19. Feb 2004, 11:10
by hidiho
Hi all,

Is there a way to show the article title or pagetitle somewhere on the page?

like:

Code: Select all

[PHP]echo $content["pagetitle"];[/PHP] 
??

Because, when i use this: nothing happens....

I would like to use it as a sort of header within a div tag...

Hope someone has the solution

Kind regards

Hidiho

Posted: Thu 19. Feb 2004, 15:41
by isac
Good question, i'm looking for this too!

Posted: Thu 19. Feb 2004, 19:21
by macangelo
me too! ;-)

Macangelo

Posted: Tue 24. Feb 2004, 01:44
by habi
perhaps the link below is for you. you can use the code to have a replacement tag named {PAGETITLE}. but instead of using my array param you can insert $content["pagetitle"]
http://www.phpwcms.de/forum/viewtopic. ... ent+types