Guest Posted May 27, 2006 Posted May 27, 2006 Apologies, please help? ...brutally tired; almost brain dead...can't see straight. Would some kind person please show me how to fix this? This current mess shows the dreaded "unexpected T_STRING" ...Thanks, in advance, to some kind patient soul...! It is in ssl.php and its for a clickable gif that opens a separate htm window (not a popup, please) in skyscraper ad format It's from the ssl provider and the htm (from them) is loaded with a clickable image to show a live 'current' SSL certificate confirmation from their server. $info_box_contents = array(); $content='<img src="images/ssl.gif" title="'.SSLBOX_TITLE.'" align="center" border="0">'; '<a href="https://secure.mysite.com/catalog/SSL.Certificate/certvalidity.htm' target="_blank">' . tep_href_link('https://secure.mysite.com/catalog/SSL.Certificate/certvalidity.htm') . '">' . tep_image(DIR_WS_IMAGES . ssl.gif) . '</a>'; $content.= SSLBOX_CONTENT; $info_box_contents[] = array('text' => $content); new infoBox($info_box_contents); (.....thank you, once again....yes, it is dumb, but I'm too tired here to see)
Guest Posted May 28, 2006 Posted May 28, 2006 change: align="center" border="0">'; '<a href="https to align="center" border="0">' . '<a href="https tom
Recommended Posts
Archived
This topic is now archived and is closed to further replies.