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

Lannie gave more information on the question:
I am very close: 
I created a main_article.php file for the main screen and added the following 
to it:

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

The href in the title link now points to the main_article.php file.

The remaining problem is the main window displays all articles instead
of just the one.  Is there a article number variable I have to pass to
get it to only display the one article?

Thanks!

Lannie

-- 
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