Hi
I'm quite new to WebsiteBaker (and php). So i'm not sure if this is then right forum to post this question (otherwise, please move it to the right forum).
I would like to have the main heading of the page automaticaly linking to the current page.
I guess the output HTML should look something like this:
<h1><a href="/current_URL.php">current page title</a></h1>
So for my template i'm looking for some code that only renders the current URL.
Is this possible?
theAlien