[RSS Feed/News] Where link() is produced?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
This is the template code for a category_view in RM.

Code:

Code:
<xf:pageaction if="$category.canAddResource()">

    <xf:button href="{{ link('resources/categories/add', $category) }}" 
class="button--cta" icon="write">{{ phrase('xfrm_add_resource') }}</xf:button>

</xf:pageaction>


Maybe someone tell me, please where the {{ link('resources/categories/add', $category) }} is translated in something like /index.php?resources/categories/example-category.1/add...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom