| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?php
- /* Smarty version 3.1.33, created on 2019-10-14 11:45:00
- from '/home/cropmonitor/public_html/site/setup/templates/header.tpl' */
- /* @var Smarty_Internal_Template $_smarty_tpl */
- if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
- 'version' => '3.1.33',
- 'unifunc' => 'content_5da3c50cb977f3_55578953',
- 'has_nocache_code' => false,
- 'file_dependency' =>
- array (
- '120221459dcd3db8b4675c8d378d3fe971432245' =>
- array (
- 0 => '/home/cropmonitor/public_html/site/setup/templates/header.tpl',
- 1 => 1571013049,
- 2 => 'file',
- ),
- ),
- 'includes' =>
- array (
- ),
- ),false)) {
- function content_5da3c50cb977f3_55578953 (Smarty_Internal_Template $_smarty_tpl) {
- ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title><?php echo $_smarty_tpl->tpl_vars['app_name']->value;?>
- <?php echo $_smarty_tpl->tpl_vars['app_version']->value;?>
- » <?php echo $_smarty_tpl->tpl_vars['_lang']->value['install'];?>
- </title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link rel="shortcut icon" href="/favicon.ico" />
- <link rel="stylesheet" type="text/css" media="all" href="assets/css/reset.css" />
- <link rel="stylesheet" type="text/css" media="all" href="assets/css/text.css" />
- <link rel="stylesheet" type="text/css" media="all" href="assets/css/960.css" />
- <link rel="stylesheet" href="assets/modx.css" type="text/css" media="screen" />
- <link rel="stylesheet" href="assets/css/print.css" type="text/css" media="print" />
-
- <link href="assets/css/style.css" type="text/css" rel="stylesheet" />
- <?php if ($_smarty_tpl->tpl_vars['_lang']->value['additional_css'] != '') {?>
- <style type="text/css"><?php echo $_smarty_tpl->tpl_vars['_lang']->value['additional_css'];?>
- </style>
- <?php }?>
- <?php echo '<script'; ?>
- type="text/javascript" src="assets/js/ext-core.js"><?php echo '</script'; ?>
- >
- <?php echo '<script'; ?>
- type="text/javascript" src="assets/js/modx.setup.js"><?php echo '</script'; ?>
- >
- <!--[if lt IE 7]>
-
- <?php echo '<script'; ?>
- type="text/javascript" src="assets/js/inc/say.no.to.ie.6.js"><?php echo '</script'; ?>
- >
- <style type="text/css">
- body {
- behavior:url("assets/js/inc/csshover2.htc");
- }
- .pngfix {
- behavior:url("assets/js/inc/iepngfix.htc");
- }
- </style>
-
- <![endif]-->
-
- </head>
- <body>
- <!-- start header -->
- <div id="header">
- <div class="container_12">
- <div id="metaheader">
- <div class="grid_6">
- <div id="mainheader">
- <h1 id="logo" class="pngfix"><span>MODX</span></h1>
- </div>
- </div>
- <div id="metanav" class="grid_6">
- <a href="#"><strong><?php echo $_smarty_tpl->tpl_vars['app_name']->value;?>
- </strong> <em><?php echo $_smarty_tpl->tpl_vars['_lang']->value['version'];?>
- <?php echo $_smarty_tpl->tpl_vars['app_version']->value;?>
- </em></a>
- </div>
- </div>
- <div class="clear"> </div>
- </div>
- </div>
- <!-- end header -->
- <div id="contentarea">
- <div class="container_16">
- <!-- start content -->
- <div id="content" class="grid_12">
- <?php }
- }
|