Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../maintena...
File: template.phtml
<!DOCTYPE html>
[0] Fix | Delete
<html lang="en">
[1] Fix | Delete
<head>
[2] Fix | Delete
<meta charset="utf-8">
[3] Fix | Delete
<meta name="viewport" content="width=device-width">
[4] Fix | Delete
<link rel="icon" href="<?php echo $favicon; ?>">
[5] Fix | Delete
<link rel="stylesheet" href="<?php echo $assetsUrl; ?>styles.css">
[6] Fix | Delete
<script src="<?php echo $assetsUrl; ?>timer.js"></script>
[7] Fix | Delete
<title><?php echo $texts['title']; ?></title>
[8] Fix | Delete
</head>
[9] Fix | Delete
[10] Fix | Delete
<body>
[11] Fix | Delete
[12] Fix | Delete
<div class="container">
[13] Fix | Delete
[14] Fix | Delete
<header class="header">
[15] Fix | Delete
<h1><?php echo $texts['header']; ?></h1>
[16] Fix | Delete
<h2><?php echo $texts['subheader']; ?></h2>
[17] Fix | Delete
</header>
[18] Fix | Delete
[19] Fix | Delete
<!--START_TIMER_BLOCK-->
[20] Fix | Delete
<?php if (isset($timer)&& $timer['enabled'] === true): ?>
[21] Fix | Delete
<section class="timer">
[22] Fix | Delete
<div class="timer__item">
[23] Fix | Delete
<div class="timer__data" id="timerResultDays"></div>
[24] Fix | Delete
<div class="timer__type"><?php echo $locale['timer.days']; ?></div>
[25] Fix | Delete
</div>:
[26] Fix | Delete
<div class="timer__item">
[27] Fix | Delete
<div class="timer__data" id="timerResultHours"></div>
[28] Fix | Delete
<div class="timer__type"><?php echo $locale['timer.hours']; ?></div>
[29] Fix | Delete
</div>:
[30] Fix | Delete
<div class="timer__item">
[31] Fix | Delete
<div class="timer__data" id="timerResultMinutes"></div>
[32] Fix | Delete
<div class="timer__type"><?php echo $locale['timer.minutes']; ?></div>
[33] Fix | Delete
</div>:
[34] Fix | Delete
<div class="timer__item">
[35] Fix | Delete
<div class="timer__data" id="timerResultSeconds"></div>
[36] Fix | Delete
<div class="timer__type"><?php echo $locale['timer.seconds']; ?></div>
[37] Fix | Delete
</div>
[38] Fix | Delete
</section>
[39] Fix | Delete
<script type="application/javascript">
[40] Fix | Delete
startTimer(<?php echo $timer['days']; ?>, <?php echo $timer['hours']; ?>, <?php echo $timer['minutes']; ?>, <?php echo $startTime; ?>, <?php echo $timeShift; ?>);
[41] Fix | Delete
</script>
[42] Fix | Delete
<?php endif; ?>
[43] Fix | Delete
<!--END_TIMER_BLOCK-->
[44] Fix | Delete
[45] Fix | Delete
<!--START_SOCIAL_LINKS_BLOCK-->
[46] Fix | Delete
<section class="social-links">
[47] Fix | Delete
<?php foreach($socialNetworks as $network => $url): ?>
[48] Fix | Delete
<a class="social-links__link" href="<?php echo $url;?>" target="_blank" title="<?php echo ucfirst($network);?>">
[49] Fix | Delete
<span class="icon"><img src="<?php echo $assetsUrl; ?>images/<?php echo $network;?>.svg" alt="<?php echo ucfirst($network);?>"></span>
[50] Fix | Delete
</a>
[51] Fix | Delete
<?php endforeach; ?>
[52] Fix | Delete
</section>
[53] Fix | Delete
<!--END_SOCIAL_LINKS_BLOCK-->
[54] Fix | Delete
[55] Fix | Delete
</div>
[56] Fix | Delete
[57] Fix | Delete
<footer class="footer">
[58] Fix | Delete
<div class="footer__content">
[59] Fix | Delete
<?php echo $locale['powered']; ?> <a href="https://www.plesk.com/" target="_blank"><img class="logo" src="<?php echo $assetsUrl; ?>images/plesk-logo.png" alt="Plesk"></a>
[60] Fix | Delete
</div>
[61] Fix | Delete
</footer>
[62] Fix | Delete
[63] Fix | Delete
</body>
[64] Fix | Delete
</html>
[65] Fix | Delete
[66] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function