PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
caribe
/
layouts
/
joomla
/
tinymce
<?php /** * @package Joomla.Site * @subpackage Layout * * @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') 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="mce_editable" > <?php echo $data->content; ?> </textarea>
[+]
..
[+]
buttons
[-] buttons.php
[edit]
[-] index.html
[edit]
[-] textarea.php
[edit]
[-] togglebutton.php
[edit]
[-] .htaccess.disabled
[edit]