"Alexander Rigo" <[EMAIL PROTECTED]> wrote: > > | > |But now the <[content]> element will return the title and then > |the content of the article. I whish to change the presentation > |of the content. I know where to find the other elements of the > |'simple site' <[navi]> , <[news]> and so on. But where is de > |<[content]> element or should I write my own element for > |presenting the content?
<[content]> element does not exist. The magic of its usage is that "element" parses current page->content. Simply: http://www.foo.com <[content]> - the content of root host's page http://www.foo.com/news <[content]> - the content of news' page etc etc etc, so if You want to change anything , change page->content. Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
