]> git.mxchange.org Git - ctracker.git/blobdiff - libs/templates/page_header.tpl.php
Complete rewrite:
[ctracker.git] / libs / templates / page_header.tpl.php
diff --git a/libs/templates/page_header.tpl.php b/libs/templates/page_header.tpl.php
new file mode 100644 (file)
index 0000000..6260ca0
--- /dev/null
@@ -0,0 +1,18 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $GLOBALS['ctracker_language']; ?>" lang="<?php print $GLOBALS['ctracker_language']; ?>">
+<head>
+       <title>
+               Cracker Tracker Stand-Alone - Enhanced Edition: <?php crackerTrackerOutputLocalized('ctracker_page_header'); ?>
+       </title>
+       <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
+       <meta http-equiv="content-style-type" content="text/css" />
+       <meta http-equiv="content-script-type" content="text/javascript" />
+       <meta http-equiv="language" content="<?php print $GLOBALS['ctracker_language']; ?>" />
+</head>
+
+<body>
+       <div class="ctracker_body_header">
+               <?php crackerTrackerLoadLocalizedTemplate('body_header'); ?>
+       </div>
+
+       <div class="ctracker_content">