Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 1117 | Revision 1222 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

{extends file="admin/page.tpl"}
{block name="content"}
    <!--$Id: index.tpl 1120 2023-04-08 21:50:23Z lars $ BEGIN -->
    <div class="page-wrapper">
        {include file="admin/header_mobile.tpl"}

        {include file="admin/sidebar.tpl"}
        <!-- PAGE CONTAINER-->
        <div class="page-container">
            {include file="admin/header_desktop.tpl"}

            <!-- MAIN CONTENT-->
            <div class="main-content">
                {block name="maincontent"}INDEX{/block}
            </div>
            <!-- END MAIN CONTENT-->
            <!-- END PAGE CONTAINER-->
        </div>

    </div>
    <!--$Id: index.tpl 1120 2023-04-08 21:50:23Z lars $ END -->
{/block}