Topic: Pagination
Hi,
I've a problem with system pagination on CN 2.0 :
- The page called "news.php" is in a file called "info" like this info/news.php. The code in this file is :
<?PHP $number = "3";$template = "News";include("../news/show_news.php");?>
- The text Previous and Next appeared but when I click on Next, the page is : info/news/list-2.html
So the CSS doesn't work and the next link (system pagination) doesn't work too.
Could you help me to resolve this problem ?
Thanks you