>
>You can obtain a list of subtopics using the function
>mgd_list_topics(int $topic)
>


I've tried something like this:

<? mgd_list_topics(xx) ?> 
 <a href="&(topic.url);">&(topic.url);</a> 

doesn't work
or
 
 <?   $zzz = mgd_list_topics(); 
     if ($zzz)  { ?>  
 <p> 
   <strong><a href="/news/&(zzz.id);.html">&(zzz.title);</a></strong> 
   <? } ?> 
 </p> 

doesn't work either

Piotras


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