diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-04-05 12:47:19 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-04-05 12:47:19 +0000 |
commit | 3f5f4d9818744b111a709fcde85a60dfec15f937 (patch) | |
tree | 760655593fd6188cdecdd08825ec2acdd7dd36dd /phpBB/mcp.php | |
parent | 09d9cd6e24d6c8ee13c9e667590a9ef983a20ca4 (diff) | |
download | forums-3f5f4d9818744b111a709fcde85a60dfec15f937.tar forums-3f5f4d9818744b111a709fcde85a60dfec15f937.tar.gz forums-3f5f4d9818744b111a709fcde85a60dfec15f937.tar.bz2 forums-3f5f4d9818744b111a709fcde85a60dfec15f937.tar.xz forums-3f5f4d9818744b111a709fcde85a60dfec15f937.zip |
Fix the vanishing menu item
git-svn-id: file:///svn/phpbb/trunk@5763 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r-- | phpBB/mcp.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php index 45b04c4d9a..40cb78c0e4 100644 --- a/phpBB/mcp.php +++ b/phpBB/mcp.php @@ -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(); |