You are here

uc-coupon-page.tpl.php in Ubercart Discount Coupons 7.3

Same filename and directory in other branches
  1. 7.2 theme/uc-coupon-page.tpl.php

File

theme/uc-coupon-page.tpl.php
View source
<!DOCTYPE html>
<html>
<head>
  <title>Coupon</title>
  <?php

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

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