PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
layouts
/
joomla
/
tinymce
<?php /** * @package Joomla.Site * @subpackage Layout * * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('JPATH_BASE') or die; $data = $displayData; ?> <textarea name="<?php echo $data->name; ?>" id="<?php echo $data->id; ?>" cols="<?php echo $data->cols; ?>" rows="<?php echo $data->rows; ?>" style="width: <?php echo $data->width; ?>; height: <?php echo $data->height; ?>;" class="<?php echo empty($data->class) ? 'mce_editable' : $data->class; ?>" <?php echo $data->readonly ? ' readonly disabled' : ''; ?> > <?php echo $data->content; ?> </textarea>
[+]
..
[+]
buttons
[-] buttons.php
[edit]
[-] index.html
[edit]
[-] textarea.php
[edit]
[-] togglebutton.php
[edit]
[-] .htaccess.disabled
[edit]