uc-coupon-page.tpl.php 162 B

12345678910
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Coupon</title>
  5. <?php print $styles; ?>
  6. </head>
  7. <body onload="window.print();">
  8. <?php print $content ?>
  9. </body>
  10. </html>