10
Hello,
I want to post in the title section of my theme a photos description. The problem is I don't know how to declare a
if statement for a certain module. I want my code to be something like this:
le="color: #000000"><?php <{if [b]$module.name=myalbum}[/b]> <title><{$xoops_sitename}> - <{$xoops_pagetitle}> - <{$photo.title}></title> <{else}> <title><{$xoops_sitename}> - <{$xoops_pagetitle}></title> <{/if}>
How should I put the bold part so ONLY when I'm on myalbum module to show that title
le="color: #000000"><?php <{$xoops_sitename}> - <{$xoops_pagetitle}> - <{$photo.title}>
On other pages I want the other title
le="color: #000000"><?php <{$xoops_sitename}> - <{$xoops_pagetitle}>
If anyone knows about it I would apreciate the help.
Thanks,
Alex