You are here

html--ajax.tpl.php in Views Field Tooltip 7

File

theme/html--ajax.tpl.php
View source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <?php

print $styles;
?>
  <?php

print $scripts;
?>
</head>
<body class="<?php

print $classes;
?>">
  <?php

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