diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-08-17 01:56:14 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-08-17 01:56:14 +0000 |
commit | 3b3e417dafe4498b0da660eb038f65a473ca9fa8 (patch) | |
tree | 31b7f91e6a41790d3bcc082a6956b2ec7acbfd79 /template/yoga | |
parent | d7ba4d77fe14adee382436238e40a28786791a91 (diff) |
ability to add content to html head elements
git-svn-id: http://piwigo.org/svn/trunk@1539 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/header.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index 06d47a827..6238c5d06 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -34,6 +34,9 @@ the "text/nonsense" prevents gecko based browsers to load it --> </style> <script type="text/javascript" src="{pwg_root}template-common/pngfix.js"></script> <![endif]--> +<!-- BEGIN head_element --> +{head_element.CONTENT} +<!-- END head_element --> </head> <body id="{BODY_ID}"> |