JezK
Edit File: e67abdc970fef934dfc102765a065e95db869a2b_0.file.network-issues-notifications.tpl.php
<?php /* Smarty version 3.1.36, created on 2022-02-01 06:21:04 from '/home/shoppartnerhorse/public_html/templates/twenty-one/includes/network-issues-notifications.tpl' */ /* @var Smarty_Internal_Template $_smarty_tpl */ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array ( 'version' => '3.1.36', 'unifunc' => 'content_61f8d1500b4750_11408768', 'has_nocache_code' => false, 'file_dependency' => array ( 'e67abdc970fef934dfc102765a065e95db869a2b' => array ( 0 => '/home/shoppartnerhorse/public_html/templates/twenty-one/includes/network-issues-notifications.tpl', 1 => 1643010415, 2 => 'file', ), ), 'includes' => array ( ), ),false)) { function content_61f8d1500b4750_11408768 (Smarty_Internal_Template $_smarty_tpl) { if ($_smarty_tpl->tpl_vars['openNetworkIssueCounts']->value['open'] > 0) {?> <div class="alert alert-warning network-issue-alert m-0"> <div class="container"> <i class="fas fa-exclamation-triangle fa-fw"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'networkIssuesAware'),$_smarty_tpl ) );?> <a href="<?php echo $_smarty_tpl->tpl_vars['WEB_ROOT']->value;?> /serverstatus.php" class="alert-link float-lg-right"> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'learnmore'),$_smarty_tpl ) );?> <i class="far fa-arrow-right"></i> </a> </div> </div> <?php } elseif ($_smarty_tpl->tpl_vars['openNetworkIssueCounts']->value['scheduled'] > 0) {?> <div class="alert alert-info network-issue-alert m-0"> <div class="container"> <i class="fas fa-info-circle fa-fw"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'networkIssuesScheduled'),$_smarty_tpl ) );?> <a href="<?php echo $_smarty_tpl->tpl_vars['WEB_ROOT']->value;?> /serverstatus.php" class="alert-link float-lg-right"> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'learnmore'),$_smarty_tpl ) );?> <i class="far fa-arrow-right"></i> </a> </div> </div> <?php } } }