When I limit the number of products to display on a page I get the header "page name" with the numbers for the generated pages. Under these numbers I have a link to a page that does not exist on my site and one going to msn. I don't want these links, how can I fix it?
</div>
<p align="left"><font face="Times New Roman">[-- PAGE.Text1 --]</font></p>
<p align="left"><font face="Times New Roman">[-- PAGE.Text2 --]</font></p>
<p align="left"><font face="Times New Roman">[-- PAGE.Text3 --]</font></p>
<h2 style="text-align:center">[-- PAGE.Name --]</h2>
[-- IF PAGE.ProductsPerPage 0 --]
# do nothing
[-- ELSE --]
<p style="text-align:center">[-- PrevNext --]</p>
[-- END_IF --]
[-- IF PAGE.DisplayPageFooter --]
[-- FOOTER --]
[-- END_IF --]