page-imagecrop.tpl.php in Image javascript crop 5
Same filename and directory in other branches
File
page-imagecrop.tpl.phpView 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>