File manager - Edit - /home/u300416816/domains/travelifeweb.com/public_html/static/img/logo/poko.zip
Back
PK <�Zf.�G� � $ layout/dynamic-section/content.phtmlnu �[��� <?php global $zon, $site_url; foreach (DynamicSection() as $section) { ?> <section class="section-wise wow <?php echo $zon['config']['animate_class'] ?> mb-6"> <div class="heading flex justify-between"> <h2 class="text-2xl font-bold"> <?= $section['section_name'] ?> </h2> <a href="<?php echo $site_url ?>category/?n=<?php echo urlencode(getCategoryNameById($section['section_category'])) ?>" class="capitalize text-sm">more</a> </div> <div class="m-slider-container relative "> <div data-target=".slider-container-<?= $section['id'] ?>" class="pagination-container"> <div class="left-pagination Pagination"> <button> <svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" fill="none" stroke-width="1.5" viewBox="0 0 24 24" color="#000000"> <path style="stroke: var(--zon-common-text-color);" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="m15 6-6 6 6 6"></path> </svg> </button> </div> <div class="right-pagination Pagination"> <button> <svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" fill="none" stroke-width="1.5" viewBox="0 0 24 24" color="#000000"> <path style="stroke: var(--zon-common-text-color);" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="m9 6 6 6-6 6"></path> </svg> </button> </div> </div> <div class="slider-container-<?= $section['id'] ?> relative overflow-x-scroll scroll-none mt-3"> <div style="width: calc(300px * <?php echo $zon['config']['section_games_limit'] ?>)" class="silders flex gap-6"> <?php foreach (GameByCategoryName($section['section_category'], $zon['config']['section_games_limit']) as $game) { ?> <div class="game-card"> <img src="<?php echo $game['game_banner_url'] == '' ? $game['game_image_url'] : $game['game_banner_url'] ?>" /> <div class="game-details gap-4"> <a href="<?php echo $site_url . 'game/' . makeSlug($game['game_name']) . '/' . $game['id'] ?>" class="text-md line-clamp-2 font-semibold"> <?= $game['game_name'] ?> </a> <a style="color: var(--zon-muted-color);" class="text-sm" href="<?php echo $site_url ?>category/?n=<?= urlencode($game['game_category']) ?>"> <?= $game['game_category'] ?> </a> <div class="game-meta rounded-lg mt-3 w-fit bg-[var(--zon-gmeta-bg-color)] px-2 py-0.5 flex items-center gap-2"> <span> <svg xmlns="http://www.w3.org/2000/svg" width="19px" height="19px" fill="none" stroke-width="1.1" viewBox="0 0 24 24" color="#000000"> <path stroke="#000000" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round" d="M17.5 17.5c2.5 3.5 6.449.915 5.5-2.5-1.425-5.129-2.2-7.984-2.603-9.492A2.032 2.032 0 0 0 18.438 4H5.562c-.918 0-1.718.625-1.941 1.515C2.78 8.863 2.033 11.802 1.144 15c-.948 3.415 3 6 5.5 2.5"> </path> <path stroke="#000000" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round" d="M16 4v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V4M8 16a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM16 16a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"> </path> </svg> </span> <span class="text-xs"> <?= $game['game_played'] ?> Plays </span> </div> </div> </div> <?php } ?> </div> </div> </div> </section> <?php } ?> <?php if (getAd('0,1', 'status') == 0) { ?> <div class="p-2 mt-4"> <div class="ads wow <?php echo $zon['config']['animate_class'] ?> flex justify-center"> <?php echo getAd('0,1', 'code') ?> </div> </div> <?php } ?>PK <�Z��%� � layout/navbar/content.phtmlnu �[��� <?php global $site_url, $zon; ?> <nav class="navbar flex justify-between items-center p-4 bg-white"> <a aria-label="logo" href="<?= $site_url ?>"> <img src="<?= $site_url ?>static/img/logo/<?= $zon['config']['site_logo_light'] ?>" alt="<?= $zon['config']['site_name'] ?>" /> </a> <div class="flex navbar-shortcut flex-col gap-2"> <a aria-label="home" class="block hover:bg-gray-200 transition duration-300 h-10 w-10 flex justify-center items-center rounded-lg" href="<?= $site_url ?>"> <svg width="26px" height="26px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M9 21H7C4.79086 21 3 19.2091 3 17V10.7076C3 9.30887 3.73061 8.01175 4.92679 7.28679L9.92679 4.25649C11.2011 3.48421 12.7989 3.48421 14.0732 4.25649L19.0732 7.28679C20.2694 8.01175 21 9.30887 21 10.7076V17C21 19.2091 19.2091 21 17 21H15M9 21V17C9 15.3431 10.3431 14 12 14V14C13.6569 14 15 15.3431 15 17V21M9 21H15" stroke="#111" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"> </path> </svg> </a> <button aria-label="search" name="search bar menu button" onclick="document.querySelector('.offcanvas').classList.toggle('active')" class="block hover:bg-gray-200 transition duration-300 h-10 w-10 flex open-menu justify-center items-center rounded-lg"> <svg width="26px" height="26px" viewBox="0 0 24 24" stroke-width="1.1" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M17 17L21 21" stroke="#111" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"> </path> <path d="M3 11C3 15.4183 6.58172 19 11 19C13.213 19 15.2161 18.1015 16.6644 16.6493C18.1077 15.2022 19 13.2053 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11Z" stroke="#111" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"> </path> </svg> </button> </div> </nav>PK <�ZxG/" layout/search/content.phtmlnu �[��� <?php global $socket; $games = getGamesByQuery(htmlspecialchars(mysqli_real_escape_string($socket, $_GET['g'])), 100); // print_r($_GET['g']); ?> <div class="zon-container"> <h1 class="text-3xl capitalize mb-8 mt-3 block capitalize font-bold page-heading"> results from (<?php echo htmlspecialchars(mysqli_real_escape_string($socket, $_GET['g'])) ?>) </h1> <div class="game__grid home__game__grid"> <?php foreach ($games as $game) { ?> <div class="game wow <?php echo $zon['config']['animate_class'] ?>"> <a href="<?= $site_url . 'game/' . makeSlug($game['game_name']) . '/' . $game['id'] ?>" class="game__thumb"> <img src="<?= $game['game_image_url'] ?>" alt="<?= $game['game_name'] ?>" /> </a> <a href="<?= $site_url . 'game/' . makeSlug($game['game_name']) . '/' . $game['id'] ?>" class="game_name"> <?= $game['game_name'] ?> </a> </div> <?php } ?> </div> </div>PK <�Z�6�X X "