blob: 0862934cf99fcd0bfd0dd848bcf4050f2f547d3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/**
* Start html output.
* The standard HTML header that displays across the site
* @uses $vars['config'] The site configuration settings, imported
* @uses $vars['title'] The page title
* @uses $vars['body'] The main content of the page
*/
?>
</body>
</html>
|