mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
getPlayerLink -> colored
This commit is contained in:
parent
6807339056
commit
6229736d07
@ -71,8 +71,8 @@ $function = new TwigFunction('generateLink', function ($s, $n, $b = false) {
|
||||
});
|
||||
$twig->addFunction($function);
|
||||
|
||||
$function = new TwigFunction('getPlayerLink', function ($s, $p = true) {
|
||||
return getPlayerLink($s, $p);
|
||||
$function = new TwigFunction('getPlayerLink', function ($s, $p = true, $colored = false) {
|
||||
return getPlayerLink($s, $p, $colored);
|
||||
});
|
||||
$twig->addFunction($function);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user