← Back to team overview

phpns-team team mailing list archive

Re: [Question #42654]: click on title opens article in new template???

 

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.