Den 18. sep. 2008 kl. 14.28 skrev Sjur Moshagen:

[...] put in the following in my forrest.properties.xml file:

 <forrest:property name="copyright">
   <year inception='true'>2004</year>
   <vendor>Divvun</vendor>
   <url>http://Divvun.no</url>
   <msg>Atterhald om alle rettar.</msg>
   <symbol>©</symbol>
   <property></property>
 </forrest:property>

That should of course be:

<property name="copyright">
  ...
</property>

(no namespace).

But that didn't work, the one in the panel came through. What am I doing wrong?

Still no luck after removing the namespace.

Sjur