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:
@@ -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
|
||||
|
Reference in New Issue
Block a user