In my template the following code is used:
<title><?php page_title(); ?></title>
I want to add a text in front of the <?php page_title(); ?> so it will show up as: <title>Added-text<?php page_title(); ?></title>
In the browser it will show as: Added-text - Contact.
I have no clue how to do that, as my knowlegde is small the things I tried failed.