Hello there, today I decided to make some test on tiny portal and his responsiveness

I have sent a pull request to the TP repo in github.
Also I noticed a possible bug
if(empty($context['page_title']))
$context['page_title'] = $context['forum_name'];
}
I don't know if someone ever noticed it, but Profile doest not send $context['page_title'] before TPortal does. Therebefore, it will print $context['forum_name'] instead of the original title of Profile.php

Removing that part of the code solves the issue, but I don't know too much about TP and don't know if it will affect something else.
