[Seaside] how to change the icon of an application

Lukas Renggli renggli at gmail.com
Fri Jul 6 12:28:24 UTC 2007


> Does anyone know how to change the icon of a seaside application ?
> I mean something like this in html :
>
> <link rel="SHORTCUT ICON" href="img/favicon.ico" />

Override #updateRoot: in your root component with something along:

updateRoot: aHtmlRoot
   super updateRoot: aHtmlRoot.
   aHtmlRoot link
      url: 'img/favicon.ico';
      beShortcutIcon

Lukas


-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list