mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-13 12:35:06 +01:00
Fix the vanishing menu item
git-svn-id: file:///svn/phpbb/trunk@5763 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
09d9cd6e24
commit
3f5f4d9818
@ -197,6 +197,11 @@ page_footer();
|
||||
/**
|
||||
* Functions used to generate additional URL paramters
|
||||
*/
|
||||
function _module_main_front_url()
|
||||
{
|
||||
return extra_url();
|
||||
}
|
||||
|
||||
function _module_main_forum_view_url()
|
||||
{
|
||||
return extra_url();
|
||||
|
Loading…
x
Reference in New Issue
Block a user