[ 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
/
page
/
tmpl
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 blog.php
866 B
SET
[ EDIT ]
|
[ DEL ]
📄 default.php
780 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: blog.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; $str = '<div class="ba-edit-section row-fluid" id="ba-edit-section">'.$this->item->params.'</div>'; echo $this->schema; ?> <div class="row-fluid"> <?php if ($this->canEdit) { ?> <a class="edit-page-btn" target="_blank" href="<?php echo JUri::root().'index.php?option=com_gridbox&view=editor&tmpl=component&id='.$this->item->id; ?>"> <i class="ba-icons ba-icon-settings"></i> <span class="ba-tooltip ba-top"><?php echo JText::_('EDIT_PAGE'); ?></span> </a> <?php } ?> <div class="ba-gridbox-page row-fluid"> <?php echo str_replace('[blog_content]', $str, $this->pageLayout); ?> </div> </div>