Skip to content

Commit

Permalink
Merge pull request #172 from leojonathanoh/fix/bf2sclone-fix-search-p…
Browse files Browse the repository at this point in the history
…age-not-applying-footer-pageloadspeed-enable

Fix (bf2sclone): Fix Search Page not applying `FOOTER_PAGELOADSPEED_ENABLE`
  • Loading branch information
leojonathanoh authored Mar 10, 2024
2 parents 8f18bb7 + ad2965d commit faaff8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bf2sclone/template/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@
<a id="secondhome" href="'.$ROOT.'"> </a>
</div><!-- page 3 -->
</div><!-- page 2 -->
<div id="footer">This page was processed in {:PROCESSED:} seconds.</div>
<div id="footer">' .
(FOOTER_PAGELOADSPEED_ENABLE ? 'This page was processed in {:PROCESSED:} seconds.</div>' : '') . '
<ul id="navitems">
<li class="' . ($GO == 'leaderboard' ? 'current' : '') . '"><a href="'. $ROOT .'?go=leaderboard">Leaderboard</a></li>
Expand Down

0 comments on commit faaff8b

Please sign in to comment.