You are here

subform.tpl.php in Subform 5

File

subform.tpl.php
View source
<html>

<head>
  <?php

print $head;
?>
  <?php

print $styles;
?>
</head>

<body>

    <?php

print $messages;
?>
    <?php

print $content;
?>

</body>
</html>