Project

General

Profile

« Previous | Next » 

Revision be9c20c7

Added by Jim Pingle almost 13 years ago

Use REQUEST_URI here so the GET parameters are preserved (makes the links work better for things like interfaces.php?if=wan, and packages.

View differences:

usr/local/www/fbegin.inc
386 386
?>
387 387

  
388 388
<div>
389
<span class="pgtitle"><a href="<?= $_SERVER['SCRIPT_NAME'] ?>"><?=genhtmltitle($pgtitle);?></a></span>
389
<span class="pgtitle"><a href="<?= $_SERVER['REQUEST_URI'] ?>"><?=genhtmltitle($pgtitle);?></a></span>
390 390
<span style="float:right; margin: 0 0 20px 20px">
391 391
<?php
392 392
if (!$hide_service_status && !empty($shortcuts[$shortcut_section]['service'])) {

Also available in: Unified diff