Use print, not echo.

This commit is contained in:
Darren 'Tadgy' Austin 2023-10-13 22:42:32 +01:00
commit 9bb0f79dd7

View file

@ -1,9 +1,9 @@
<table width="90%" align="center" cellspacing="5">
<?php if (!preg_match (":^/$:", $_SERVER['REQUEST_URI'])) { ?>
<?php if (! preg_match (":^/$:", $_SERVER['REQUEST_URI'])) { ?>
<tr>
<td class="navbar" align="center" valign="bottom" colspan="3">
<code class="breadcrumbs">
<?php echo breadcrumbs(' &raquo; ', 'Index'); ?>
<?php print (breadcrumbs(' &raquo; ', 'Index')); ?>
</code>
</td>
</tr>