Use print, not echo.
This commit is contained in:
parent
cf0646bc7d
commit
9bb0f79dd7
1 changed files with 2 additions and 2 deletions
|
@ -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(' » ', 'Index'); ?>
|
||||
<?php print (breadcrumbs(' » ', 'Index')); ?>
|
||||
</code>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue