diff options
author | Freya Murphy <freya@freyacat.org> | 2024-04-03 11:25:57 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-04-03 11:25:57 -0400 |
commit | 740df2706934231a91c5e2d5061198ea962c357c (patch) | |
tree | b3de8027238850d43c6841f834a88e75ba90ce75 /src/web/helper | |
parent | finish profile directory (mostly) (diff) | |
download | xssbook2-740df2706934231a91c5e2d5061198ea962c357c.tar.gz xssbook2-740df2706934231a91c5e2d5061198ea962c357c.tar.bz2 xssbook2-740df2706934231a91c5e2d5061198ea962c357c.zip |
profile page
Diffstat (limited to 'src/web/helper')
-rw-r--r-- | src/web/helper/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/helper/lang.php b/src/web/helper/lang.php index 48acba9..9c694a1 100644 --- a/src/web/helper/lang.php +++ b/src/web/helper/lang.php @@ -26,7 +26,7 @@ function ilang($key, $button = FALSE, ) { $text = lang($key . "_text", FALSE, sub: $sub); - $tip = lang($key . "_tip", FALSE); + $tip = lang($key . "_tip", FALSE, sub: $sub); $icon = lang($key . "_icon", FALSE); $content = lang($key . "_content", FALSE); |