fix up tpl/index.php so doesn't throw errors on hosts with php shorttags on

This commit is contained in:
Brenda Wallace 2009-08-25 09:14:43 +12:00
parent f3cdc7f272
commit 6bae2ad03a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html>
<?php echo '<?';?>xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title><?php echo section('title'); ?></title>