i'm using the hugo13_orange template and like to move the links from ez-pages (top) into the right header corner ...

in header.tpl.html i found the right point:
Code:
      <div class="rightmenu">
                {insert name="rightMenu"}
how can i change display ez links from top to that point?

Regards