Topic: CN 2.0.1. open news on same instead of new page
Hi,
After moving a website to an other provider and using CN 2.0.1. instead of an older version, the website behaves differently at one point:
On the home page, headlines are displayed. For this I use template y. This works fine.
When opening news the news is displayed on a new page. Instead it should open on the home page (as it does with the old version of CN).
$PHP_SELF = 'x.php';
$QUERY_STRING = '" target="main';
$template = "y";
$category = "1";
$number = "2";
include("login/show_news.php");
The following fix is already in place:
https://github.com/CuteNews/cutenews-2. … 2040310579