Revision 1242
Added by Luisehahne almost 16 years ago
| frontend.functions.php | ||
|---|---|---|
| 42 | 42 |
* |
| 43 | 43 |
* WebsiteBaker Extra Information |
| 44 | 44 |
* |
| 45 |
* Version file |
|
| 46 | 45 |
* |
| 47 |
* This file is purely for ensuring compatibility with 3rd party |
|
| 48 |
* contributions made for WB version 2.5.2 or below |
|
| 49 | 46 |
* |
| 50 | 47 |
* |
| 51 | 48 |
* |
| 49 |
* |
|
| 50 |
* |
|
| 51 |
* |
|
| 52 | 52 |
*****************************************************************************/ |
| 53 | 53 |
/** |
| 54 | 54 |
* |
| ... | ... | |
| 348 | 348 |
// if empty array, set orginal links |
| 349 | 349 |
$crumbs = (!empty($crumbs)) ? $crumbs : $wb->page_trail; |
| 350 | 350 |
$total_crumbs = ( ($depth <= 0) OR ($depth > sizeof($crumbs)) ) ? sizeof($crumbs) : $depth; |
| 351 |
print '<div class="breadcrumb"><span class=" title">'.$title.'</span>';
|
|
| 351 |
print '<div class="breadcrumb"><span class="title">'.$title.'</span>'; |
|
| 352 | 352 |
// print_r($crumbs); |
| 353 | 353 |
foreach ($crumbs as $temp) |
| 354 | 354 |
{
|
| ... | ... | |
| 367 | 367 |
case 'none' : |
| 368 | 368 |
case 'hidden' : |
| 369 | 369 |
// if show, you know there is an error in a hidden page |
| 370 |
print $show_crumb.' --- ';
|
|
| 370 |
print $show_crumb.' ';
|
|
| 371 | 371 |
break; |
| 372 | 372 |
default : |
| 373 | 373 |
print $show_crumb; |
Also available in: Unified diff
Ticket #911 Beginning to fix More CSS-errors in WB backend
add SVN- Revision to backend theme