1
Hi,
I'm trying to find out how I can add some javascript code (a random banner/text) at the bottom of each news page. So, in between laatst paragraph and the comments.
First I thought I had to add that in theme.php, but that works for all pages and not only news. (I have added some code to the footer though, but that's not what I want here)
So, logically, it needs to be edited in a file in the news module. But which file?
Article.php? I can't see a lot of HTML in there, so I suppose adding some HTML/Javascript codes here wouldn't work?
Then I tought of news_article.html in the templates map in the news module. I added some code there, but nothing happends.
Can anyone give me a hint if I'm working in the right direction?