1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

Downloads: Fixes sub-category rendering on older themes.

This commit is contained in:
Cameron
2017-04-20 12:07:49 -07:00
parent 07062e26e5
commit 2e2d34d4a6

View File

@@ -638,7 +638,8 @@ class download
$subText .= $tp->parseTemplate($DOWNLOAD_CAT_TABLE_END, TRUE, $sc);
$dl_text .= $ns->tablerender($dl_title, $subText, 'download-list', true);
// $dl_text .= $ns->tablerender($dl_title, $subText, 'download-list', true);
$dl_text .= $subText;
}
}// End of subcategory display