You are here

context-ui-form.tpl.php in Context 6

File

context_ui/theme/context-ui-form.tpl.php
View source
<?php

print drupal_render_children($form);
?>
<div class='buttons'><?php

print drupal_render($buttons);
?></div>