 |
 |
 |
 |
 |
| Author |
Message |
Miro
Joined: 05 Apr 2006 Posts: 43
|
|
Multi include and full story |
|
I have 5 categories in my admin which I will show in my index at the same time with different template for ex :
 |  |
<?PHP
$category = "1";
$static = TRUE;
$template = "left";
$number = 5;
$PHP_SELF = 'index.php';
include $cutepath.'/show_news.php';
?>
<?PHP
$category = "2";
$static = TRUE;
$template = "middle";
$number = 5;
$PHP_SELF = 'index.php';
include $cutepath.'/show_news.php';
?>
.
.
.
|
Everything works correctly but all images in index.php disappear and the text format changes then I've clicked the full story link. Why?
|
|
| Wed Apr 05, 2006 11:30 am |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2801 Location: Germany |
|
|
|
There is a new syntax for using the $static variable. Please read the readme which includes examples of how to use $static, too. 
|
|
| Wed Apr 05, 2006 8:28 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|