source: products/qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/browser/templates/plonetabs_header_macro.pt @ 135

Last change on this file since 135 was 135, checked in by mylan, 18 years ago

Now Discussion items create with user's Full name if exist, if not - use login.

  • Property svn:eol-style set to native
File size: 418 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 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.