How to add tags to the html <head> element

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2006 04:12 PM
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
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
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2006 03:40 AM
We use the r
age 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.


Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2006 05:54 PM
Gavin,
thank you for your reply, I will have a look at that class!
Regards,
Lars
thank you for your reply, I will have a look at that class!
Regards,
Lars
