1
Hi, I use AMS 3 module. I would like to show the BANNER (number in my case) on the front page of my site, so in the ams_block_top.html block. I put there <{$news.banner}>, and in /blocks/ams_top.php I tried to assign this putting: $news['banner'] = $story->banner();.
I'm bad at PHP, so I just tried it, and I see I need some help.
After this step, the site crashs and is not availible. I tried also $news['banner'] = $story->artbanner(); $news['banner'] = $story->articlebanner();...but the result is same
Thanks for any help.