Quote Originally Posted by weezee View Post
I tried it and I still get the same: PHP Parse error: syntax error, unexpected ',' in /home/content/w/e/e/weezee/html/includes/templates/cherry_zen/sideboxes/tpl_links_select.php on line 22


I tried this and now I am getting a PHP Parse error: syntax error, unexpected T_STRING

if (BOX_DISPLAY_FREE_LINK_EXCHANGE == 'true') {
$content .= '<br /><a href="http://www.Free-Link-Exchange.com . (FILENAME_FREE_LINK_EXCHANGE, 'NONSSL') . '">' . BOX_INFORMATION_FREE_LINK_EXCHANGE . '</a>';
}

I have tried so many different ways and nothing works.
Ok try this:

if (BOX_DISPLAY_VIEW_ALL_LINKS == 'true') {
$content .= '<br /><a href="http://www.Free-Link-Exchange.com">Free Link Exchange</a>';
}