XenForo
Administrative
- Thread starter
- Admin
- #1
I am using the tabs loader in my addon:
PHP:
Read more
ادامه مطلب...
PHP:
Code:
<div class="tabs tabs--standalone">
<div role="tablist" class="hScroller" data-xf-init="tabs h-scroller"
data-panes=".js-cartaTabPanes" data-state="replace">
<span class="hScroller-scroll">
<a href="{{ link('ewr-carta', $wiki) }}" class="tabs-tab is-active" role="tab">
{{ phrase('page') }}</a>
<xf:if is="$xf.visitor.hasPermission('EWRcarta', 'viewHistory')">...
Read more
ادامه مطلب...