I'm using the CGI plugin to generate my HTML headers and such. My
start_html line had been:

  [% CGI.start_html({title => login.page_title()
          style => {src => "/stylesheets/library.css"}  }) %]

I wanted to add a shortcut icon, so, following the CGI docs, I
changed this to:

  [% CGI.start_html({title => login.page_title()
          style => {src => "/stylesheets/library.css"} 
          head => Link({rel => "shortcut icon", href => "/favicon.ico"}) }) %]

However, this has no effect. Can someone give me a pointer in the
right direction?

Thanks.

Jesse Sheidlower

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to