hehe... this is the first time I came across this topic, but I'm assuming that OuK^- fixed the error in the code that is in his first post since he later posts he got it... LOL
FYI, if you are wondering...
<?php
.
.
$context['page_title'] = 'Just Testing;
.
.
?>
should be:
<?php
.
.
$context['page_title'] = 'Just Testing';
.
.
?>