Is there a way to set the active menu's text as page title?
Solutions
I found the answer with this link http://sivaji.drupalgardens.com/how-set-custom-page-title-drupal-7.
There exists no way to dynamically set the active menu as the page title, but with the Classes_array from the vars, we can check the page's id and then set the page title as per our need.
In my case I used a if check to check the page id (Page-contact's page title to Contact) and so. It worked for me though, but still found no way to dynamically set the title from the active menu !