Keyword

Pulling in params

  • Daniel G
  • Daniel G's Avatar Topic Author
  • Offline
  • New Member
More
12 years 8 months ago #61763 by Daniel G
Pulling in params was created by Daniel G
In
/components/com_k2/templates/mytemplate/category.php
and in
/components/com_k2/templates/generic.php

I've added a line of code:

Code:
Log in  or Create an account to join the conversation.

  • Andrey Miasoedov
  • Andrey Miasoedov's Avatar
  • Offline
  • Senior Member
More
12 years 8 months ago #61764 by Andrey Miasoedov
Replied by Andrey Miasoedov on topic Re: Pulling in params
Daniel,

In com_k2/views/itemlist/view.html.php

For search results :
$addHeadFeedLink = $params->get('genericFeedLink',1);

Please Log in or Create an account to join the conversation.