On my site, I'm using a if condition on my site to show the copyright statement in my footer.
I am using...
Quote:
<if condition="THIS_SCRIPT == 'gallery_index'">
<phrase 1="$vba_options[gallery_version]">$vbphrase[powered_by_vbadvanced_gallery]<br />
</if>
|
but the display shows this?
Quote:
|
Powered by: PhotoPost vBGallery v%1$s
|
How do I make this work correctly?