Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<!--Portfolio Page Start-->
<section class="portfolio-page">
<div class="container">
<div class="section-title-three text-center">
<h2 class="section-title-three__title" style="text-transform: none;"><?= $query ? 'Busqueda <i>"' . $query . '"</i>' : ($IdCategoria ? $oCategoria->Nombre : 'Noticias') ?></h2>
</div>
<?php
if (!$query) {
?>
<div class="portfolio-page__top">
<div class="portfolio-page__filter-box">
<ul class="portfolio-page__filter style1 list-unstyled clearfix">
<li <?= !$IdCategoria ? 'class="active"' : '' ?>>
<a href="noticias.php">
<span class="filter-text">Todos</span>
</a>
</li>
<?php
foreach ($arrCategorias as $oCategoria) {
?>
<li <?= $IdCategoria == $oCategoria->IdCategoria ? 'class="active"' : '' ?>>
<a href="<?= $oCategoria->KeyCategoria ? $oCategoria->KeyCategoria : 'noticias.php?IdCategoria=' . $oCategoria->IdCategoria ?>">
<span class="filter-text"><?= utf8_encode($oCategoria->Nombre) ?></span>
</a>
</li>
<?php
}
?>
</ul>
</div>
</div>
<?php
}
?>
<div class="row">
<?php
if ($arrData) {
foreach ($arrData as $oNoticia) {
$oCategoria = $oCategorias->GetById($oNoticia->IdCategoria);
$arrFecha = explode('-', $oNoticia->Fecha);
?>
<div class="col-xl-4 col-lg-6 col-md-6 ">
<div class="portfolio-three__single">
<div class="portfolio-three__img-box">
<div class="portfolio-three__img" style="height: 270px;">
<?php
if ($oNoticia->Imagen && file_exists(str_replace('../', '', Noticia::PathImageBig) . $oNoticia->Imagen)) {
?>
<img src="<?= str_replace('../', '', Noticia::PathImageBig) . $oNoticia->Imagen ?>" alt="">
<?php
} else {
?>
<img src="assets/images/accc.jpg" alt="">
<?php
}
?>
</div>
</div>
<div class="portfolio-three__content" style="min-height: 200px;">
<p class="portfolio-three__sub-title"><?= utf8_encode($oCategoria->Nombre) ?></p>
<h3 class="portfolio-three__title"><a href="noticias_detalle.php?IdNoticia=<?= $oNoticia->IdNoticia ?>"><?= $oNoticia->Titulo ?></a></h3>
<?php
if ($oEvento->IdCategoria == 13) {
?>
<p class="mt-2"><span class="fas fa-calendar"></span> <?= FechaLetras($oNoticia->Fecha) ?></p>
<?php
}
?>
</div>
</div>
</div>
<?php
}
} else {
?>
<div class="col-md-12 filter-item morfologia-">
<p>
No hay registros disponibles
</p>
</div>
<?php
}
?>
</div>
<div class="portfolio-page__pagination">
<ul class="pg-pagination list-unstyled">
<?= $Paginado ?>
</ul>
</div>
</div>
</section>
<!--Portfolio Page End-->
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat