When i include HEAD.PHP it dont want to load all page. (where should i put include code?)
And i can use only one include code, when i insert second include code, the news doesnt show up?
please help, thank you!
<?php include('/news/head.php'); ?><?PHP
$number = 1;
$category = '1';
$template = 'glavna_content';
include $cutepath.'news/show_news.php';
?><?php
$number = 2;
$category = '2';
$template = 'glavna_headlines';
include $cutepath.'news/show_news.php';
?><?PHP
$number = 1;
$category = '1';
$template = 'glavna_content';
include $cutepath.'news/show_news.php';
?>
<?php
$number = 2;
$category = '1';
$template = 'glavna_headlines';
include $cutepath.'news/show_news.php';
?>include 'news/show_news.php';
$start_from="1";Users browsing this forum: No registered users and 0 guests