You asked me Davide :
How is possible in php to define that only administrator...
And i answered you :
global $my;
if ($my->gid == 25) {
echo '<a href="http://www.example.com" title="title of example website" target="_blank">Link's text here</a>';
}
Now what are you looking for exactly?