mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Fixes #3264 Switched url generation to v2 method
This commit is contained in:
@@ -64,7 +64,7 @@ class forum_shortcodes extends e_shortcode
|
|||||||
|
|
||||||
function sc_statlink()
|
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()
|
function sc_iconkey()
|
||||||
|
Reference in New Issue
Block a user