how about if i want both Page title and logo image!!
Though I prefer SmaRTeY's answer. You could also:
Edit theme header.php file.
Find - <div id="header">
Add directly below above line:
<?php echo osc_page_title() ; ?>
This will show the website Title to the left of the Logo.
You could add it directly below:
<div id="user_menu">
This should place the website Title directly above the Login - Register on the far right of page.
Likely there will be no styling so you may want to edit the css file.
Tom