When I added a custom header to a category I noticed that it gives me duplicates of that category header.
Anyone encounter this problem or know a solution?
tx.
When I added a custom header to a category I noticed that it gives me duplicates of that category header.
Anyone encounter this problem or know a solution?
tx.
I figured out what the problem was.
In browse.php it calls up header and footer
while in browse.html it also calls up header and footer
Thus giving you duplicate header and footer.
Remove the header and footer in browse.html and your problem is fixed.