File manager - Edit - /home/jardides/www/Jardi-design/components/com_media/bootstrap/default_row.php
Back
<?php /** * Fabrik List Template: Admin Row * * @package Joomla * @subpackage Fabrik * @copyright Copyright (C) 2005-2013 fabrikar.com - All rights reserved. * @license GNU/GPL http://www.gnu.org/copyleft/gpl.html */ // No direct access defined('_JEXEC') or die('Restricted access'); ?> <tr id="<?php echo $this->_row->id;?>" class="<?php echo $this->_row->class;?>"> <?php foreach ($this->headings as $heading => $label) { $style = empty($this->cellClass[$heading]['style']) ? '' : 'style="'.$this->cellClass[$heading]['style'].'"'; ?> <td class="<?php echo $this->cellClass[$heading]['class']?>" <?php echo $style?>> <?php echo @$this->_row->data->$heading;?> </td> <?php }?> </tr>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings