Database refactoring and improving blog comments, blog post history and more
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
$categories = $this->projectsModel->getEntryCategories($ID);
|
||||
$categoriesClasses = "";
|
||||
foreach ($categories as $category) {
|
||||
$categoriesClasses .= $category['collection'] . " ";
|
||||
$categoriesClasses .= $category['name'] . " ";
|
||||
}
|
||||
if ($isDownloadable) {
|
||||
$categoriesClasses .= 'downloadable ';
|
||||
|
Reference in New Issue
Block a user