1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13059] Add core event to generate_page_link()

Add core event to generate_page_link() to allow
overriding/modifying pagination URLs.
Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=45905

PHPBB3-13059
This commit is contained in:
rxu
2014-09-13 13:02:50 +08:00
parent 84e68b3a73
commit ce4035fdd3
4 changed files with 56 additions and 8 deletions

View File

@@ -288,6 +288,7 @@ services:
- @template
- @user
- @controller.helper
- @dispatcher
path_helper:
class: phpbb\path_helper