X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_cats.php;h=dc827167058904671b50385855330d347ef959f3;hb=6a0c39a390c28999679d84a7ae5264363b0054dc;hp=d7881b9e51ed1664db7efc1c272d58c9344547ea;hpb=db0c6702086eea2c44d0aae1702dc2e77a0afc4e;p=mailer.git 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