On line 21 you have a query. I don`t know if this is a mistake or is like that but the condition header_sort_order > 0 should by
header_sort_order > -1 because some times user ( like me ) don`t set the sort an it leave 0 and in this case the link will not be visible in the header.
The same thing is in the ezpages_bar_footer.php


Reply With Quote
