Correction href
This commit is contained in:
parent
41a462aae7
commit
a253ee0192
@ -151,7 +151,7 @@ function menu()
|
|||||||
}
|
}
|
||||||
if($href!==false)
|
if($href!==false)
|
||||||
{
|
{
|
||||||
$html.= '<a href='.$href.'>';
|
$html.= '<a href="'.$href.'">';
|
||||||
if($href=='#'){ $html.= '<font color="gray">'.$children['data'].'</font>'; }
|
if($href=='#'){ $html.= '<font color="gray">'.$children['data'].'</font>'; }
|
||||||
else{ $html.= $children['data']; }
|
else{ $html.= $children['data']; }
|
||||||
$html.= '</a>';
|
$html.= '</a>';
|
||||||
@ -191,7 +191,7 @@ function menu2()
|
|||||||
}
|
}
|
||||||
if($href!==false)
|
if($href!==false)
|
||||||
{
|
{
|
||||||
$html.= '<li><a href='.$href.'>';
|
$html.= '<li><a href="'.$href.'">';
|
||||||
if($href=='#'){ $html.= '<font color="gray">'.$children['data'].'</font>'; }
|
if($href=='#'){ $html.= '<font color="gray">'.$children['data'].'</font>'; }
|
||||||
else{ $html.= $children['data']; }
|
else{ $html.= $children['data']; }
|
||||||
$html.= '</a></li>';
|
$html.= '</a></li>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user