Hi, this:
20: ?> 21: <H6>&(my_topic_page.topic_pointer.description:h);</H6> 22: <? or this: 20: ?> 21: <H6>&(my_topic_page->topic_pointer.description:h);</H6> 22: <? does not seem to work. Is this workaround: 19: $colophon_text = $my_topic_page->topic_pointer->description; 20: ?> 21: <H6>&(colophon_text:h);</H6> 22: <? necessary or was there another solution? Regards, pascal van hecke __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
