mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
- changed _module_*_url to only use the main module name but the mode as parameter
- custom module lang function now suffixed by _lang - added general custom function with mode and module_row parameter - do not display friends/foes if zebra has been disabled git-svn-id: file:///svn/phpbb/trunk@5767 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -198,32 +198,12 @@ page_footer();
|
||||
/**
|
||||
* Functions used to generate additional URL paramters
|
||||
*/
|
||||
function _module_main_front_url()
|
||||
function _module_main_url($mode)
|
||||
{
|
||||
return extra_url();
|
||||
}
|
||||
|
||||
function _module_main_forum_view_url()
|
||||
{
|
||||
return extra_url();
|
||||
}
|
||||
|
||||
function _module_main_topic_view_url()
|
||||
{
|
||||
return extra_url();
|
||||
}
|
||||
|
||||
function _module_main_post_details_url()
|
||||
{
|
||||
return extra_url();
|
||||
}
|
||||
|
||||
function _module_logs_forum_logs_url()
|
||||
{
|
||||
return extra_url();
|
||||
}
|
||||
|
||||
function _module_logs_topic_logs_url()
|
||||
function _module_logs_url($mode)
|
||||
{
|
||||
return extra_url();
|
||||
}
|
||||
|
Reference in New Issue
Block a user