Hi David, hi list,

i searched for so complicated reason to this, that i didn't think of a pb with the sitetree !
You are absolutely right ! That was a duplicated entry.
Thank you very much ! :)
Regards. annie

David Podunavac a écrit :

Hi Annie I tried to reproduce your problem,

Dont know if i understood you well but i think its in your sitetree.xml!
check your sitetree.xml
 @ webapp/lenya/pubs/default/content/authoring/sitetree.xml

i guess you have a duplicate entry for Accueil

excerpt from my sitetree:
...
  <node id="index">
    <label xml:lang="en">Home</label>
    <label xml:lang="de">Home</label>
  </node>
<!-- from here is what i added in order to have the same problem -->
  <node id="index">
    <label xml:lang="en">Home</label>
    <label xml:lang="de">Home</label>
  </node>
<!-- till here i added in order to have the same problem -->
  <node id="tutorial">
    <label xml:lang="en">Tutorial</label>
    <label xml:lang="de">Tutorial</label>
...

the result is like yours shows me duplicate entries in navigation and tabs

remove the duplicate entry in your sitemap and you will be fine

[...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to