uc-coupon-page.tpl.php in Ubercart Discount Coupons 7.2
Same filename and directory in other branches
File
theme/uc-coupon-page.tpl.phpView source
<!DOCTYPE html>
<html>
<head>
<title>Coupon</title>
<?php
print $styles;
?>
</head>
<body onload="window.print();">
<?php
print $content;
?>
</body>
</html>