Hi Alexander,

Thanks for your help :))
But now I just wonder how to generate correct link with:
<? if ($topic) {  
       function twalk($id) {  
         if (!$id || !($t = mgd_get_topic($id))) return;  
         twalk($t->up);  
         printf('/ <a href="%d.html">%s</a> ', $t->id, htmlentities($t-
>name));  
       }  
       twalk($topic);  
     } 

if I use it like this and when I read some article, link is like this
/topic/article/1.html
when I look for topics link looks /topic/1.html (this is correct)
I know I can use <a href="/really_topic_name_/%d> but I want to use 
this function for all topics.
You know , I want page to look like this:


history................

menu | centent  | something

Thanks for any help

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