You are here

pay_form_amount.tpl.php in Pay 7

Same filename and directory in other branches
  1. 6 theme/pay_form_amount.tpl.php

File

theme/pay_form_amount.tpl.php
View source
<?php

drupal_add_js(drupal_get_path('module', 'pay') . '/theme/pay_form_amount.js');
echo drupal_get_form('pay_form', $pay_form, NULL, 'amount');