Page 1 of 1

User defined tag with modules

Posted: Tue Nov 29, 2005 2:03 pm
by evoluzzer
HI all,

i would like to write a tag, which included some modules like sitemap. I tried a php-VErsion like but i doesn´t work. Can you give me an advise?

Regards
Chris

Re: User defined tag with modules

Posted: Tue Nov 29, 2005 3:13 pm
by evoluzzer
hi,


this is like you told me:

Code: Select all

echo("<p class=\"menu_horiz\"><ul><li>{contact_form email=\"webmaster@mydomain.de\"}
</li><li>{sitemap}</li></ul></p>");
but it doesn´t work. It prints out

Code: Select all

    * {contact_form email="webmaster@mydomain.de"}
    * {sitemap}
So any other suggestions?