(I posted the previously, but mistakenly had it in the wrong forum. I'm posting it again here in hopes of getting a solution for the phpBB integration. Thanks!)
I want to have the keywords appear in a meta tag for indexing. In an unintegrated gallery it seems you add these lines to a template:
Code: ›
meta name="keywords" content="{$theme.item.keywords|markup:strip|default:$theme.item.pathComponent}"
meta name="description" content="{$theme.item.description|markup:strip|default:$theme.item.pathComponent}"
However, in the integrated version I haven't been able to figure out where or how to add this.
It looks like the gallery headers go into the mix as GALLERY2_CSS and GALLERY2_JS. But I don't know how to add the above code lines to these.
I'm afraid to add them to the overall_header for phpBB since that applies to forum pages with no relation to gallery and I don't know what happens to the variables in that case. But adding them to the theme templates in Gallery2 doesn't seem to work either.
I found the above code lines in a few places for an unintegrated gallery but have been unable to find anything on how to do this with an integrated one.
Thanks