You are here

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

Same filename and directory in other branches
  1. 5 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
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php

print $language->language;
?>" xml:lang="<?php

print $language->language;
?>">
<?php

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

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