Topic: Different target for headlines
Hi Support and everyone,
I would like to show differents categories in a unique headlines (total of 10 news), how to make this ?
The php self is different between news.php and the second one, video.php
Example :
<?PHP
$static = TRUE;
$number = "10";
$category = "1,3,5,6,7,8";
$template = "headlines";
$PHP_SELF ="actu/news.php";
$category = "4";
$template = "headlines";
$PHP_SELF ="actu/video.php";
include("../news/show_news.php");
?>
Thanks you for your help