]> git.mxchange.org Git - ctracker.git/blobdiff - libs/templates/page_header.tpl.php
Continued:
[ctracker.git] / libs / templates / page_header.tpl.php
index 025d7a364cb8cb3729713aa020e1af7ab3919fe1..327ebbdad6ee5060b58c2c9248aa0ca76e9da7ab 100644 (file)
@@ -1,5 +1,5 @@
 <!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 - Extended Edition: <?php crackerTrackerOutputLocalized('ctracker_page_header'); ?>
@@ -7,7 +7,7 @@
        <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>