<? function title_link ($title) { global $user; if ($user['title_link'] == 1) { return " title='$title'"; } }?>