Changeset 966
- Timestamp:
- 03/22/07 22:41:05 (20 months ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
CUSTOMISATION (modified) (1 diff)
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
templates/header.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CUSTOMISATION
r930 r966 11 11 12 12 The custom templates currently supported are: 13 14 - custom_header.tt 15 Will be included at the very end of the <head> element on every page. 13 16 14 17 - custom_licence.tt -
trunk/Changes
r965 r966 21 21 Add config option to place content above navbar in HTML. 22 22 Add config option to suppress inline maps on geotagged nodes. 23 Add support for custom template to add to page <head> (#191). 23 24 Fix preferences to take notice of users turning off inline Google maps. 24 25 Add option to include Google Analytics. -
trunk/MANIFEST
r965 r966 109 109 t/47_navbar_placement.t 110 110 t/48_google_analytics.t 111 t/49_custom_header.t 111 112 t/51_display_node.t 112 113 t/52_display_diffs.t -
trunk/templates/header.tt
r961 r966 46 46 <script src="http://maps.google.com/maps?file=api&v=2&key=[% gmaps_api_key %]" type="text/javascript"></script> 47 47 [% END %] 48 49 [% TRY %] 50 [% INCLUDE custom_header.tt %] 51 [% CATCH %] 52 [% END %] 53 48 54 </head> 49 55 <body>
