Couldn't get in contact with my site because of an windows upgrade - had to change my hosts file, but now I am back!
Not sure if I want to remove title tags on links completely because I just read that using those will give my site a better rank in search engines.... don't know if it is true?
But it would still be nice to gain control over them, so that I decide if they should be there and what they show.
I have now search all php and css files for "title="Plugins" but none of the files contain that line.
Here is my copy of "header.php":
---------------------------------------------
<?php include('templates/start.php'); ?>
<!-- container START -->
<div id="container">
<?php include('templates/header.php'); ?>
<!-- content START -->
<div id="content">
<!-- main START -->
<div id="main">
---------------------------------------------
Hope that is what you need...
Thanks for your time, I really appreciate it.