<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
As far as I know $show_messages and $messages only exists in
page.tpl.php<br>
<br>
On 3/25/2011 4:55 PM, Damian Adriel Perez Valdes wrote:
<blockquote type="cite">hi:<br>
<br>
i have a problem. I have a theme for my form, but I can't show the
message error. What can I do ?<br>
<br>
thanks.<br>
<br>
<br>
<b>form.tpl.php</b><br>
<?php if ($show_messages && $messages): print
$messages; endif; ?><br>
<br>
<?php echo drupal_render($form["nombres"]); ?><br>
<?php echo drupal_render($form["submit"]); ?></blockquote>
<br>
</body>
</html>