 |
| Author |
Message |
Mania

Joined: 03 Feb 2007 Posts: 106
|
|
|
| Fri Feb 29, 2008 12:23 am |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
Mania

Joined: 03 Feb 2007 Posts: 106
|
|
|
|
can every one help??!!!!!!!!
|
|
| Fri Feb 29, 2008 6:24 pm |
|
 |
Mania

Joined: 03 Feb 2007 Posts: 106
|
|
|
|
i use this code in sidebar
 |  | <?php
$static['number'] = 1;
$static['category'] = '54,5,6,2';
$static['template'] = 'X1';
$PHP_SELF = "en.php";
include $cutepath.'/show_news.php';
?> |
worked perfect with $php_self but in content use this code
 |  | <?PHP
$number = 10;
$category = '1,4,9.11,12';
$template = 'SX!';
$PHP_SELF = "en.php";
include $cutepath.'/show_news.php';
?> |
but her function the $php_self not!
Thanx
|
|
| Fri Feb 29, 2008 9:25 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
|
|
 |
 |
 |
|