mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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
1 changed files with 5 additions and 0 deletions
|
@ -197,6 +197,11 @@ page_footer();
|
||||||
/**
|
/**
|
||||||
* Functions used to generate additional URL paramters
|
* Functions used to generate additional URL paramters
|
||||||
*/
|
*/
|
||||||
|
function _module_main_front_url()
|
||||||
|
{
|
||||||
|
return extra_url();
|
||||||
|
}
|
||||||
|
|
||||||
function _module_main_forum_view_url()
|
function _module_main_forum_view_url()
|
||||||
{
|
{
|
||||||
return extra_url();
|
return extra_url();
|
||||||
|
|
Loading…
Add table
Reference in a new issue