You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/04/13 05:16:42 UTC

cvs commit: modperl-docs/tmpl/custom/html head

stas        02/04/12 20:16:42

  Modified:    tmpl/custom/html head
  Added:       src/images favicon.ico favicon.pnm
  Log:
  - create a favicon.ico
  - use it in the head template
  
  Revision  Changes    Path
  1.1                  modperl-docs/src/images/favicon.ico
  
  	<<Binary file>>
  
  
  1.1                  modperl-docs/src/images/favicon.pnm
  
  	<<Binary file>>
  
  
  1.8       +1 -1      modperl-docs/tmpl/custom/html/head
  
  Index: head
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/head,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- head	8 Apr 2002 10:52:55 -0000	1.7
  +++ head	13 Apr 2002 03:16:42 -0000	1.8
  @@ -8,7 +8,7 @@
   <html>
       <head>
           <title>[%- doc.meta.title -%]</title>
  -
  +        <link rel="shortcut icon" href="[% doc.dir.abs_doc_root %]/images/favicon.ico">
   [%- INCLUDE headers -%]
   
       </head>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org