how can I include additional elements into the html head of the alfresco web-pages? More specifically I would like to include a favicon by using the <link> tag
We use the rage tag to output the 'head' part of the page. This is implemented in the org.alfresco.web.ui.repo.tag.PageTag class. You'll need to modify this class to add your 'rel' tag.