mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
This commit is contained in:
parent
df597f11c2
commit
7dadee5143
4 changed files with 97 additions and 88 deletions
|
@ -3,7 +3,7 @@ function getTemplateFromArray(itemsArray) {
|
|||
return false;
|
||||
}
|
||||
var template = user_notification_template;
|
||||
|
||||
//console.log('getTemplateFromArray', itemsArray);
|
||||
template = template.replace(new RegExp('{placeholder}', 'g'), user_notification_template_placeholder_image);
|
||||
for (var search in itemsArray) {
|
||||
var replace = itemsArray[search];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue