You are here

page-imagecrop.tpl.php in Image javascript crop 5

Same filename and directory in other branches
  1. 6 page-imagecrop.tpl.php

File

page-imagecrop.tpl.php
View source
<?php

/**
 * @file
 * Imagecrop template file.
 */
header("Cache-Control: no-cache, must-revalidate");

// HTTP/1.1
?>
<html>
<?php

print $head;
print $scripts;
print $styles;
?>
<body>
<?php

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