[RSS Feed/News] Tabs loader, with hard links?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I am using the tabs loader in my addon:

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

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