X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_cats.php;h=dc827167058904671b50385855330d347ef959f3;hp=d7881b9e51ed1664db7efc1c272d58c9344547ea;hb=e17685c65d1a48c061b7c4f64c7a23c165430460;hpb=b68d7d9622a02f3ea9d44ae3c5dee672b097f956 diff --git a/inc/modules/admin/what-list_cats.php b/inc/modules/admin/what-list_cats.php index d7881b9e51..dc82716705 100644 --- a/inc/modules/admin/what-list_cats.php +++ b/inc/modules/admin/what-list_cats.php @@ -79,7 +79,7 @@ if (isGetRequestParameterSet('userid')) { $content['sel'] = $selection; // Load row template and count up - $OUT .= loadTemplate('admin_list_cats_row', true, $content); + $OUT .= loadTemplate('admin_list_user_cats_row', true, $content); $count++; } // END - while @@ -90,10 +90,10 @@ if (isGetRequestParameterSet('userid')) { $content['rows'] = $OUT; // Load main template - loadTemplate('admin_list_cats', false, $content); + loadTemplate('admin_list_user_cats', false, $content); } else { // No categories selected! :-( - loadTemplate('admin_list_cats_404', false, $content); + loadTemplate('admin_list_user_cats_404', false, $content); } } else { // User not found