From 666d9cb934c8f557d64b0cae76efff531e87df97 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Tue, 16 Apr 2013 21:31:22 +0000 Subject: [PATCH] web: warn-- SVN revision: 84510 --- site/site.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/site/site.php b/site/site.php index e37c1573..319904a1 100644 --- a/site/site.php +++ b/site/site.php @@ -249,7 +249,10 @@ function dev_data_irc($data) $h = read_var("p/$b/link"); $pname = $h; } - else $h = "p.php?p=$b&l=$lang"; + else { + $h = "p.php?p=$b&l=$lang"; + $pname = $b; + } if ((strncasecmp($page,$l,strlen($l)) == 0) OR (($page == "index") AND ($l == "Home") )) { $c = "active";