Topic: Problem with URL
Hi,
I've a problem with the URL. I explain me. With for example this template :
<?PHP
$static = TRUE;
$number = "1";
$category = "4,43,67,72,74";
$template = "mini_une_video";
include("news/show_news.php");
?>
In the URL, it add this "template=mini_une_video&" at the end of the URL and I don't want. Have you got a solution ?
Thanks you.