web: warn--

SVN revision: 84510
This commit is contained in:
Bertrand Jacquin 2013-04-16 21:31:22 +00:00
parent 0407d7f58e
commit 666d9cb934
1 changed files with 4 additions and 1 deletions

View File

@ -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";