It is a logo which is shown there. The easiest way would be: you replace the file /templates/redevo_aphelion/images/logo.png with your own one.
If you want to put a text there, you will have to delete in /templates/redevo_aphelion/css/template_css.css at "a#sitename1"
the lines
Code:
text-indent:-2000px;
background:url(../images/logo.png) top left no-repeat;
and change in /templates/redevo_aphelion/index.php the line
Code:
<h1><a href="index.php" title="back to Homepage" id="sitename1"><?php echo $mosConfig_live_site;?></a></h1>
to
Code:
<h1><a href="index.php" title="back to Homepage" id="sitename1">Your Text</a></h1>
Lesezeichen