XenForo
Administrative
- Thread starter
- Admin
- #1
This is the template code for a category_view in RM.
Code:
Maybe someone tell me, please where the
Read more
ادامه مطلب...
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
ادامه مطلب...