In your template you can put tags like {title} or {content}. For as far as I understand it right, {process_pagedata} works the same way. So, when you put {title} in your template it prints at that position the title of the requested page. And when your put {process_pagedata} in your template in prin...
Here the same problem (FEU 1.5.3). I added a name in FEU-admin for the cookie remember-me. The solution (in my case): 1. in FEU/action.logout.php I comment out line 45: //$this->_AttemptInvalidateLoginCookie(); For some reason this function deletes the cookie remember-me at a logout. ??? 2. Next a ...
Another solution for the right meta description is to put at your Global Settings metadata the following: <meta name="description" content="{title} - {sitename} - {description}" /> (And of course put {metadata} in your template/page.) Google wants that every page has a different ...