Hi, im having a issue when editing the Social_defines.php, If i change the Alt text and titles they change fine but when changing the links to my facebook and twitter page it doesn't seem to be updating the links on the site, I have cleared my browsing cashe as well has tried on different computers and devices to make sure its not my computer playing tricks on me.
Im a little stumped so any help would be great, thanks/*bof social icons*/
define('TWITTER_ICON', 'twitter.png');
define('FACEBOOK_ICON','facebook.png');
/*bof social urls*/
define('FACEBOOK','https://www.facebook.com/MCcomputersystems');
define('TWITTER', 'https://twitter.com/MCcompsystems');
/*bof social titles*/
define('TWITTER_TITLE', 'Twitter');
define('FACEBOOK_TITLE','Facebook Page');
/*bof social alt text*/
define('TWITTER_ALT', 'Follow Us On Twitter');
define('FACEBOOK_ALT','Our Facebook Page');
Bookmarks