[Templates] start_html question with CGI plugin
[prev]
[thread]
[next]
[Date index for 2004/12/10]
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
templates@xxxxxxxxxxxxxxxx.xxx
http://lists.template-toolkit.org/mailman/listinfo/templates
 |
[Templates] start_html question with CGI plugin
Jesse Sheidlower 17:03 on 10 Dec 2004
|