Executes the specified box using the Sitellite box API, which is essentially just an include. Note: This is now an alias for the loader_box() function.
Executes a template. $obj is an optional object you can pass to the template, which makes its properties immediately available to the template. $carry is used internally to determine whether to reset the object register before executing.
Executes the specified form using the Sitellite form API, which is essentially just an include of a file that defines a subclass of saf.MailForm. Note: This is now an alias for the loader_form() function.