Send HTML to the browser.
$ns = e107::getRender();
$ns->tablerender($caption, $text, $mode, $return);
| Name |
Description |
| $caption |
string - header/caption |
| $text |
string - main content |
| $mode |
unique name for what is being rendered. eg contact-menu |
| $return |
boolean - when set to true the content is returned instead of being echoed. |
Thursday 09 November 2017 - 11:36:15
admin,