Anatol Mayr / HEXAGON wrote:
> 
> Thanks, i've tried to access the articles of my topics in the
> same way, but the result is a little bit strange, because no articles
> are shown.
>
> $topic = mgd_list_topics(18);
> if ($topic) {
>   while ($topic->fetch()) { ?>
>     <H3 class="grey">&(topic.description:h);</H3>
> <?php $article = mgd_list_topic_articles($topic->id);
>     if ($article)
>       while ($article->fetch) { ?>

                              ^
while ($article->fetch()) { ?>

>         <a class="navi" href="/buchtipps/beschreibung/&(article.id);.html">
>         &(article.title);</a> </P>
>       <?php
>    }
>   }
> } ?>
> 

Emile

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to