. */ /** * \file core/tpl/mytemplate.tpl.php * \ingroup sendfacrecmail * \brief Example template. * * Put detailed description here. */ // Protection to avoid direct call of template if (empty($conf) || ! is_object($conf)) { print "Error, template page can't be called as URL"; exit; } /** Your code here. */ echo "Hello world!";