]> git.mxchange.org Git - ctracker.git/blobdiff - libs/templates/page_header.tpl.php
Continued:
[ctracker.git] / libs / templates / page_header.tpl.php
index 6260ca003f240faa2c81a9a7cabb00583caef8c6..327ebbdad6ee5060b58c2c9248aa0ca76e9da7ab 100644 (file)
@@ -1,13 +1,13 @@
 <!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']; ?>">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?= $GLOBALS['ctracker_language']; ?>" lang="<?= $GLOBALS['ctracker_language']; ?>">
 <head>
        <title>
-               Cracker Tracker Stand-Alone - Enhanced Edition: <?php crackerTrackerOutputLocalized('ctracker_page_header'); ?>
+               Cracker Tracker Stand-Alone - Extended 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']; ?>" />
+       <meta http-equiv="language" content="<?= $GLOBALS['ctracker_language']; ?>" />
 </head>
 
 <body>