]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_notifications.php
Extension 'yoomedia' now alpha status, some rewrites
[mailer.git] / inc / modules / admin / what-list_notifications.php
index 439c77f5d6cb8c22c3fdc9e9d5582a4bba7f8119..c333c2d34625b1d7980ad4b56b9b39b9d36988b8 100644 (file)
@@ -38,7 +38,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 }
 
 // Add description as navigation point
-ADD_DESCR("admin", basename(__FILE__));
+ADD_DESCR("admin", __FILE__);
 
 // Init variables
 $WHO = _ALL;
@@ -99,7 +99,7 @@ if ((EXT_IS_ACTIVE("bonus")) && (SQL_NUMROWS($result_max) > 0) && (!empty($SQL2)
                        $content['timestamp']   = MAKE_DATETIME($content['timestamp'], "0");
 
                        // Load row template
-                       $OUT .= LOAD_TEMPLATE("admin_list_bonus_emails_row", true, $content);
+                       $OUT .= LOAD_TEMPLATE("admin_list_notify_emails_row", true, $content);
                }
 
                // Add navigation (without change box but with colspan=3)
@@ -110,7 +110,7 @@ if ((EXT_IS_ACTIVE("bonus")) && (SQL_NUMROWS($result_max) > 0) && (!empty($SQL2)
                $content['rows'] = $OUT;
 
                // Load main template
-               LOAD_TEMPLATE("admin_list_bonus_emails", false, $content);
+               LOAD_TEMPLATE("admin_list_notify_emails", false, $content);
        }
 }