M

Syntax error in custom template

  • Thread starter Thread starter Milen
  • Start date Start date
M

Milen

Guest

Hello to the entire XenForo community. I'm trying to make a news ticker but I'm encountering a problem that I can't find a solution to.
Code:
<a href="{{ link('threads', {'thread_id': thread.thread_id}) }}">{{ thread.title }}</a>
There is an error in this line and I don't know where it is and how to fix it. Of course I tried and...
Code:
<a href="{{xf:link('threads', {'thread_id': thread.thread_id}) }}">{{ thread.title }}</a>
But the problem remains..... And this is the entire template...

Read more

Continue reading...
 
Similar threads Most view View more
Back
Top Bottom