__DIR__.'/'.'inc/payment_membership.php' ]; $GLOBALS['email_templates'] = [ 'backend_bug' => [ 'title' => "Notification for site programmer(s)", 'description' => "This email template is used if/when the back-end code of this site encounters an unusual/suspicious situation that it's not sure how to cope with.", 'variables' => [ ['details', "details about the unusual/suspicious situation"] ], 'subject' => "backend alert", 'content' => "Hi developer,\n\nPlease investigate the following debugging message from the site:\n\n~details~", 'from_addr' => 'noreply@example.com', 'to_addr' => 'fixme@example.com' # not all templates need this field ] # ... ];