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>';}
How is possible in php to define that only administrator...
Code: (php) [Select]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>';}