source: products/quintagroup.plonetabs/trunk/quintagroup/plonetabs/browser/templates/plonetabs_header_macro.pt @ 3077

Last change on this file since 3077 was 3077, checked in by liebster, 13 years ago

add variables that are missing in plone 4 (portal_url and language)

  • Property svn:eol-style set to native
File size: 447 bytes
Line 
1<metal:header_macro define-macro="header">
2
3<metal:block use-macro="here/global_defines/macros/defines" />
4
5<tal:cache tal:define="lang context/@@plone_portal_state/language;
6                       charset site_properties/default_charset|string:utf-8">
7  <metal:cache use-macro="here/global_cache_settings/macros/cacheheaders">
8    Get the global cache headers located in global_cache_settings.
9  </metal:cache>
10</tal:cache>
11
12</metal:header_macro>
Note: See TracBrowser for help on using the repository browser.