diff --git a/plugin/Gallery/view/Category.php b/plugin/Gallery/view/Category.php index d919c58ff..0cfc7ab41 100644 --- a/plugin/Gallery/view/Category.php +++ b/plugin/Gallery/view/Category.php @@ -1,132 +1,130 @@ SubCategorys)) { ?> CategoryDescription) && (!empty($_GET['catName']))) { ?>

SubCategorys) && (!empty($_GET['catName']))) { unset($_REQUEST['rowCount']); if (!empty($currentCat)) { $childCategories = Category::getChildCategories($currentCat['id']); $parentCat = Category::getCategory($currentCat['parentId']); // -1 is a personal workaround only if ((empty($parentCat)) && (($currentCat['parentId'] == "0") || ($currentCat['parentId'] == "-1"))) { if (!empty($_GET['catName'])) { ?> -
- +
+ - + -
-
- +

'; + echo '
'; } - $countCols ++; + $countCols++; unset($_GET['catName']); ?>