Hello,
I need to display my page title or name in a html region.
I added a script in the <title> section of the template header... :
(thanks Andy :
9399013
<script type="text/javascript">
var pageTitle = '#TITLE#';
</script>
... so I can use it in a javascript variable.
But now I don't know how to display it in a html syntax..
Thanks!
Fanny