File "content.phtml"

Full Path: /www/wwwroot/turbocarclub.com/themes/asur/layout/newest-games/content.phtml
File size: 828 bytes
MIME-type: --
Charset: utf-8

<div class="layout-section">
    <div class="container-fluid">
        <div class="row">
            <div class="col-lg">
                <div class="layout-heading mb-4">
                    <h1 class="h2">
                        Newest Games </h1>
                    <div class="fs-sm text-muted">
                        <?= count(runner("SELECT * from zon_games WHERE game_played=0 order by id desc")) ?> games in total </div>
                </div>
                <div id="zon_games" class="card-masonry mb-4"></div>
                <?php if (getAdById(1, 'status') == 0) { ?>
                    <div class="mx-lg-auto py-3 px-3 mb-3">
                        <?php echo getAdById(1, 'code') ?>
                    </div>
                <?php } ?>
            </div>
        </div>
    </div>
</div>