mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 05:02:02 +02:00
Fixes #3264 Switched url generation to v2 method
This commit is contained in:
parent
4c692150fe
commit
be4faf81bb
@ -64,7 +64,7 @@ class forum_shortcodes extends e_shortcode
|
||||
|
||||
function sc_statlink()
|
||||
{
|
||||
return "<a href='".e_PLUGIN."forum/forum_stats.php'>".LAN_FORUM_0017."</a>\n";
|
||||
return "<a href='".e107::url('forum','stats')."'>".LAN_FORUM_0017."</a>\n";
|
||||
}
|
||||
|
||||
function sc_iconkey()
|
||||
|
Loading…
x
Reference in New Issue
Block a user