| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?php
- /* Smarty version 3.1.33, created on 2019-10-14 11:44:58
- from '/home/cropmonitor/public_html/site/setup/templates/footer.tpl' */
- /* @var Smarty_Internal_Template $_smarty_tpl */
- if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
- 'version' => '3.1.33',
- 'unifunc' => 'content_5da3c50ac3de58_31913057',
- 'has_nocache_code' => false,
- 'file_dependency' =>
- array (
- 'e68cfacf3603e7652c760059b31fbe18dde2182f' =>
- array (
- 0 => '/home/cropmonitor/public_html/site/setup/templates/footer.tpl',
- 1 => 1571013049,
- 2 => 'file',
- ),
- ),
- 'includes' =>
- array (
- ),
- ),false)) {
- function content_5da3c50ac3de58_31913057 (Smarty_Internal_Template $_smarty_tpl) {
- $_smarty_tpl->_checkPlugins(array(0=>array('file'=>'/home/cropmonitor/public_html/site/core/model/smarty/plugins/modifier.replace.php','function'=>'smarty_modifier_replace',),));
- ?>
- </div>
- <!-- end content -->
- <div class="clear"> </div>
- </div>
- </div>
- <!-- start footer -->
- <div id="footer">
- <div id="footer-inner">
- <div class="container_12">
- <p><?php ob_start();
- echo date('Y');
- $_prefixVariable1 = ob_get_clean();
- echo smarty_modifier_replace($_smarty_tpl->tpl_vars['_lang']->value['modx_footer1'],'[[+current_year]]',$_prefixVariable1);?>
- </p>
- <p><?php echo $_smarty_tpl->tpl_vars['_lang']->value['modx_footer2'];?>
- </p>
- </div>
- </div>
- </div>
- <div class="post_body">
- </div>
- <!-- end footer -->
- </body>
- </html><?php }
- }
|