Revision ad6b0ac0
Added by Stephen Beaver almost 10 years ago
src/usr/local/www/guiconfig.inc | ||
---|---|---|
559 | 559 |
|
560 | 560 |
function genhtmltitle($title) { |
561 | 561 |
if (!is_array($title)) |
562 |
return '<h1 class="page-header"><a href="#">' . $title . '</a></h1>';
|
|
562 |
return '<h1 class="page-header"><a href="">' . $title . '</a></h1>'; |
|
563 | 563 |
|
564 |
$heading = '<h1 class="page-header"><a href="#">' . end($title) . '</a></h1>';
|
|
564 |
$heading = '<h1 class="page-header"><a href="">' . end($title) . '</a></h1>'; |
|
565 | 565 |
|
566 | 566 |
// If the array contains only one element, there are no breadcrumbs, so don't |
567 | 567 |
// add anything else |
Also available in: Unified diff
Improved styling of page title prevents spurious underline