]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/yoomedia_functions.php
A lot template functions for ext-sponsor added, fixes in admin template
[mailer.git] / inc / libs / yoomedia_functions.php
index 83167b12750858a146374a249d2e7931f47c2be4..85ef0445f46b2719a2eefd15d3ca2d42c93b5474 100644 (file)
@@ -231,18 +231,6 @@ function YOOMEDIA_PREPARE_MAIL_DELIVERY ($data) {
        // Is the reward below one?
        if ($data['reward'] < 1) $data['reward'] = 1;
 
-       // Add website id
-       $data['sid'] = getConfig('yoomedia_sid');
-
-       // Add total receivers
-       $data['all'] = translateComma(getTotalReceivers());
-
-       // Add categories
-       $data['categories'] = generateCategoryOptionsList('normal');
-
-       // Decode entities
-       $data['text'] = decodeEntities($data['text']);
-
        // Load template
        loadTemplate('admin_send_yoomedia', false, $data);
 }