cancel
Showing results for 
Search instead for 
Did you mean: 

How to add tags to the html <head> element

lars
Champ in-the-making
Champ in-the-making
Hi,

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

Thank you in advance for your help,

Lars
2 REPLIES 2

gavinc
Champ in-the-making
Champ in-the-making
We use the rSmiley Tongueage 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.

lars
Champ in-the-making
Champ in-the-making
Gavin,

thank you for your reply, I will have a look at that class!

Regards,

Lars