Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

External page in infobox


Guest

Recommended Posts

I have a page on my server that I want to display in an infobox how would I modify the following box code to display that page content??

 

$mainpage_title = "My page content view";
$mainpage_info = [b]"someform of define code here for the page"[/b];
 $info_box_contents = array();
 $info_box_contents[] = array('align' => 'left',
                              'text'  => $mainpage_title );
 new infoBoxHeading($info_box_contents, true, true);

 $info_box_contents = array();
 $info_box_contents[] = array('align' => 'left',
                              'text'  => $mainpage_info);
 new infoBox($info_box_contents);

 

Any help with this would be much appreciated thanks :thumbsup:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...