1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 02:09:22 +02:00
This commit is contained in:
Daniel Neto 2023-08-09 08:06:43 -03:00
parent 8412facee7
commit 7197a238bf
16 changed files with 565 additions and 510 deletions

View file

@ -1,4 +1,7 @@
function getTemplateFromArray(itemsArray) {
if(typeof user_notification_template == 'undefined'){
return false;
}
var template = user_notification_template;
for (var search in itemsArray) {
var replace = itemsArray[search];