Revision 289
Added by stefan almost 20 years ago
| frontend.functions.php | ||
|---|---|---|
| 191 | 191 |
$counter=0; |
| 192 | 192 |
foreach ($bca as $temp) |
| 193 | 193 |
{
|
| 194 |
if ($counter>=($tier-1));
|
|
| 194 |
if ($counter>=($tier-1)) |
|
| 195 | 195 |
{
|
| 196 | 196 |
if ($counter>=$tier) echo $sep; |
| 197 | 197 |
$query_menu=$database->query("SELECT menu_title,link FROM ".TABLE_PREFIX."pages WHERE page_id=$temp");
|
Also available in: Unified diff
Fixed: Breadcrumbs showed incorrectly when using the level feature.