Question #42654 on phpns changed:
https://answers.launchpad.net/phpns/+question/42654

    Status: Answered => Open

Odd is still having a problem:
Headlines1.php:

<?php
 $phpns['template'] = 9;
 $phpns['static'] = TRUE;
 $phpns['script_link'] = 'headlines2.php';
include("news/shownews.php);
?>

gives this error:

Parse error: syntax error, unexpected $end in
/storage/mijndomein/users/100759/public/sites/{MYSITE}/headlines1.php on
line 6

{MYSITE} = the link to my site

headlines2.php:
<?php
    $phpns['category'] = '35';
    $phpns['template'] = '10';    
    include("news/shownews.php");
?>

-- 
You received this question notification because you are a member of
Phpns-team, which is an answer contact for phpns.

_______________________________________________
Mailing list: https://launchpad.net/~phpns-team
Post to     : phpns-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~phpns-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to