XF 2.0 Add variable in Xenforo 2

No no, I want to find a class in template and i want to fine it in code .
Example : www/src/XF/ABC.php
You can find all templates in the admin control panel.
/admin.php?templates/



I have code :
HTML:
<xf:if is="$loadMore">
    <div class="message-responseRow js-commentLoader">
        <a href="{{ link('threads/load-previous', $thread, {'before': $firstCommentDate}) }}"
            data-xf-click="comment-loader"
            data-container=".js-commentLoader"
            rel="nofollow">{{ phrase('view_previous_comments...') }}</a>
    </div>
</xf:if>

It has problem . I want to resolve this problem. I don't know how to find "php file, JS file" contains this function at host. Please talk with me how to do ? Thank you very much
 
Top Bottom