Hi,
I've had a few requests from customers to remove the "at profile" from the listing in the list output. For example: for LinkedIn it would show the LinkedIn logo, the word LinkedIn, which is a hyperlink to your LinkedIn Profile, and the at LinkedIn on the end, which seems pointless.
I've edited the page.tbl commented out the following line...
// $t_out .= '</a> at ' . $profile['site'] . '</li>';
And replace it with the following...
$t_out .= '</a></li>';
Perhaps a future release could add this as an option in the configuration options.
Cheers,
Jeremy.
Post new comment