Changeset 966 for trunk/templates

Show
Ignore:
Timestamp:
03/22/07 22:41:05 (20 months ago)
Author:
kake
Message:

Add support for custom template to add to page <head> (ticket #191).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/header.tt

    r961 r966  
    4646    <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=[% gmaps_api_key %]" type="text/javascript"></script> 
    4747  [% END %] 
     48 
     49  [% TRY %] 
     50    [% INCLUDE custom_header.tt %] 
     51  [% CATCH %] 
     52  [% END %] 
     53 
    4854</head> 
    4955<body>