function pl_sys_tpl($template)
{
    platform_launch_sandbox_system_template($template);
}
/**
 * platform_launch_sandbox_system_index: load the HTML page layout
 * @param void
 *
 * @return void
 */
function platform_launch_sandbox_system_index()
{
    // loading sandbox system templates
    platform_launch_sandbox_system_template('header');
    platform_launch_sandbox_system_template('layout');
    platform_launch_sandbox_system_template('footer');
}