Current page name

Hello,

I was wondering if there is any possibility of knowing on which page the user navigates without having to check the url.

Thanks for any help !

Marius

Hello,

I was wondering if there is any possibility of knowing on which page the user navigates without having to check the url.

Thanks for any help !

Marius

Um, you could put the title of the page right before the content with

<h1><?php echo $page_title ?></h1>

It works. Thanks!

It works. Thanks!

No problem