Don't output breadcrumbs for search.

This commit is contained in:
Darren 'Tadgy' Austin 2023-10-13 22:41:54 +01:00
commit cf0646bc7d

View file

@ -103,7 +103,6 @@
<tr> <tr>
<td align="center" valign="top"> <td align="center" valign="top">
<hr width="100%"> <hr width="100%">
<!-- <font size="+2"><b>A Faster Way to Download Slackware Linux ISOs</b></font><br> -->
<b class="heading">A Faster Way to Download Slackware Linux ISOs</b><br> <b class="heading">A Faster Way to Download Slackware Linux ISOs</b><br>
Slackware UK now offers a <a href="https://seedbox.slackware.uk/" title="Bittorrent seeding service">Bittorrent seeding service</a> which may allow you to download the Slackware ISOs at a much faster speed (<b>especially immediately following a new stable release</b>) - all that is required is a Bittorrent client. Slackware UK now offers a <a href="https://seedbox.slackware.uk/" title="Bittorrent seeding service">Bittorrent seeding service</a> which may allow you to download the Slackware ISOs at a much faster speed (<b>especially immediately following a new stable release</b>) - all that is required is a Bittorrent client.
</td> </td>
@ -112,7 +111,7 @@
</table> </table>
<br><br> <br><br>
<?php } ?> <?php } ?>
<?php require ("includes/breadcrumbs-search-theme.php"); ?> <?php if (! preg_match (":^/(html/)?s(earch)?(\.shtml)?:", $_SERVER['REQUEST_URI'])) { require ("includes/breadcrumbs-search-theme.php"); } ?>
<center> <center>
<table width="90%" cellspacing="5"> <table width="90%" cellspacing="5">
<tr> <tr>