__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
{% set twigTemplate = 'pagination.html.twig' %}

<div class="pagination">

    {% block pagination %}

        <p class="counter pull-right">
            {% set current_page = '1' %}
            {% for page in pagination.pages %}
                {% if page.current %}
                    {% set current_page = page.title %}
                {% endif %}
            {% endfor %}

            {{ __('Page %1$s of %2$s', textdomain)|format(current_page, pagination.pages|last.name) }}
        </p>

        <ul class="pagination-list">
            {% if pagination.prev %}
                <li class="pagination-list-item pagination-prev {{ pagination.prev.link|length ? '' : 'hide' }}">
                    <a href="{{ pagination.prev.link }}" class="prev">{{ __('Prev', textdomain) }}</a>
                </li>
            {% endif %}

            {% for page in pagination.pages %}
                <li class="pagination-list-item {{ page.current ? 'current-item' }}">
                    {% if page.link %}
                        <a href="{{ page.link }}" class="{{ page.class }}">{{ page.title }}</a>
                    {% else %}
                        <span class="{{ page.class }}">{{ page.title }}</span>
                    {% endif %}
                </li>
            {% endfor %}

            {% if pagination.next %}
                <li class="pagination-list-item pagination-next {{ pagination.next.link|length ? '' : 'hide' }}">
                    <a href="{{ pagination.next.link }}" class="next">{{ __('Next', textdomain) }}</a>
                </li>
            {% endif %}
        </ul>

    {% endblock %}

</div>

Filemanager

Name Type Size Permission Actions
comments.html.twig File 4.88 KB 0775
content-page.html.twig File 3.3 KB 0775
content-single.html.twig File 3.55 KB 0775
content.html.twig File 5.09 KB 0775
meta-page.html.twig File 2.14 KB 0775
meta.html.twig File 5.95 KB 0775
pagination.html.twig File 1.59 KB 0775
password-form.html.twig File 589 B 0775
sidebar.html.twig File 0 B 0775
Filemanager