WARNING: Smarty error: unable to read resource: "/home/julio/newgulliver/trunk/rbac/engine/templates/form.html"
File: /home/julio/newgulliver/trunk/gulliver/thirdparty/smarty/libs/Smarty.class.php
1092      */
1093     function trigger_error($error_msg, $error_type = E_USER_WARNING)
1094     {
1095         trigger_error("Smarty error: $error_msg", $error_type);
1096     }
1097
1098