Set main tab for a page?

I have a main tab called example;

in the template for this non xenforo page,
i have something like:

Code:

Код:
<xf:if is="$xf.uri == link('/example', null)">
    <xf:page option="section">example</xf:page>
</xf:if>

It works!

But how can i have a xenforo page under this main tab?

I tried in page_view

Code:

Код:
<xf:if is="$xf.uri == link('/pages/test123', null)">
    <xf:page option="section">example</xf:page>
</xf:if>

it does now work.

Читать далее...
 
Активность
Пока что здесь никого нет
Назад
Верх Низ