Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ssl.php t_string mess...


Guest

Recommended Posts

Posted

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)

Posted

change:

align="center" border="0">'; '<a href="https

 

to

 

align="center" border="0">' . '<a href="https

 

tom

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...