mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 12:48:56 +00:00
Fixed bug #925. append_sid() for Mozilla navbar
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3124 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
48f5c7155b
commit
c53d9206f0
1 changed files with 2 additions and 2 deletions
|
@ -311,7 +311,7 @@ while( list($nav_item, $nav_array) = @each($nav_links) )
|
|||
{
|
||||
if ( !empty($nav_array['url']) )
|
||||
{
|
||||
$nav_links_html .= sprintf($nav_link_proto, $nav_item, $nav_array['url'], $nav_array['title']);
|
||||
$nav_links_html .= sprintf($nav_link_proto, $nav_item, append_sid($nav_array['url']), $nav_array['title']);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -452,4 +452,4 @@ header ('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
|
|||
|
||||
$template->pparse('overall_header');
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Reference in a new issue