You are here

uc_coupon-page.tpl.php in Ubercart Discount Coupons 6

File

theme/uc_coupon-page.tpl.php
View source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
  <title>Coupon</title>
  <?php

print $styles;
?>
</head>
<body onload="window.print();">
  <?php

print $content;
?>
</body>
</html>