120221459dcd3db8b4675c8d378d3fe971432245_0.file.header.tpl.php 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?php
  2. /* Smarty version 3.1.33, created on 2019-10-14 11:45:00
  3. from '/home/cropmonitor/public_html/site/setup/templates/header.tpl' */
  4. /* @var Smarty_Internal_Template $_smarty_tpl */
  5. if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
  6. 'version' => '3.1.33',
  7. 'unifunc' => 'content_5da3c50cb977f3_55578953',
  8. 'has_nocache_code' => false,
  9. 'file_dependency' =>
  10. array (
  11. '120221459dcd3db8b4675c8d378d3fe971432245' =>
  12. array (
  13. 0 => '/home/cropmonitor/public_html/site/setup/templates/header.tpl',
  14. 1 => 1571013049,
  15. 2 => 'file',
  16. ),
  17. ),
  18. 'includes' =>
  19. array (
  20. ),
  21. ),false)) {
  22. function content_5da3c50cb977f3_55578953 (Smarty_Internal_Template $_smarty_tpl) {
  23. ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  24. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  25. <head>
  26. <title><?php echo $_smarty_tpl->tpl_vars['app_name']->value;?>
  27. <?php echo $_smarty_tpl->tpl_vars['app_version']->value;?>
  28. &raquo; <?php echo $_smarty_tpl->tpl_vars['_lang']->value['install'];?>
  29. </title>
  30. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  31. <link rel="shortcut icon" href="/favicon.ico" />
  32. <link rel="stylesheet" type="text/css" media="all" href="assets/css/reset.css" />
  33. <link rel="stylesheet" type="text/css" media="all" href="assets/css/text.css" />
  34. <link rel="stylesheet" type="text/css" media="all" href="assets/css/960.css" />
  35. <link rel="stylesheet" href="assets/modx.css" type="text/css" media="screen" />
  36. <link rel="stylesheet" href="assets/css/print.css" type="text/css" media="print" />
  37. <link href="assets/css/style.css" type="text/css" rel="stylesheet" />
  38. <?php if ($_smarty_tpl->tpl_vars['_lang']->value['additional_css'] != '') {?>
  39. <style type="text/css"><?php echo $_smarty_tpl->tpl_vars['_lang']->value['additional_css'];?>
  40. </style>
  41. <?php }?>
  42. <?php echo '<script'; ?>
  43. type="text/javascript" src="assets/js/ext-core.js"><?php echo '</script'; ?>
  44. >
  45. <?php echo '<script'; ?>
  46. type="text/javascript" src="assets/js/modx.setup.js"><?php echo '</script'; ?>
  47. >
  48. <!--[if lt IE 7]>
  49. <?php echo '<script'; ?>
  50. type="text/javascript" src="assets/js/inc/say.no.to.ie.6.js"><?php echo '</script'; ?>
  51. >
  52. <style type="text/css">
  53. body {
  54. behavior:url("assets/js/inc/csshover2.htc");
  55. }
  56. .pngfix {
  57. behavior:url("assets/js/inc/iepngfix.htc");
  58. }
  59. </style>
  60. <![endif]-->
  61. </head>
  62. <body>
  63. <!-- start header -->
  64. <div id="header">
  65. <div class="container_12">
  66. <div id="metaheader">
  67. <div class="grid_6">
  68. <div id="mainheader">
  69. <h1 id="logo" class="pngfix"><span>MODX</span></h1>
  70. </div>
  71. </div>
  72. <div id="metanav" class="grid_6">
  73. <a href="#"><strong><?php echo $_smarty_tpl->tpl_vars['app_name']->value;?>
  74. </strong>&nbsp;<em><?php echo $_smarty_tpl->tpl_vars['_lang']->value['version'];?>
  75. <?php echo $_smarty_tpl->tpl_vars['app_version']->value;?>
  76. </em></a>
  77. </div>
  78. </div>
  79. <div class="clear">&nbsp;</div>
  80. </div>
  81. </div>
  82. <!-- end header -->
  83. <div id="contentarea">
  84. <div class="container_16">
  85. <!-- start content -->
  86. <div id="content" class="grid_12">
  87. <?php }
  88. }