Language file issue in addons September 24, 2018, 06:37:24 pm I keep getting thiss in my error logs every now and then for some of my mods.Undefined variable: scripturl in themes\default\languages\english\Gallery.english.php https://addons.elkarte.net/feature/ezGallery-Lite.htmlhttps://addons.elkarte.net/feature/Download-System-Lite.htmlThese two mods I have the issue.
Re: Language file issue in addons Reply #1 – September 25, 2018, 06:58:39 am Code: [Select]$txt['whoall_gallery'] = 'In the <a href="' . $scripturl . '?action=gallery">Gallery</a>';But you didn't put any global before it.