PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
layouts
/
joomla
/
toolbar
<?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; $doTask = $displayData['doTask']; $class = $displayData['class']; $text = $displayData['text']; ?> <button onclick="location.href='<?php echo $doTask; ?>';" class="btn btn-small"> <span class="<?php echo $class; ?>" aria-hidden="true"></span> <?php echo $text; ?> </button>
[+]
..
[-] base.php
[edit]
[-] batch.php
[edit]
[-] confirm.php
[edit]
[-] containerclose.php
[edit]
[-] containeropen.php
[edit]
[-] help.php
[edit]
[-] iconclass.php
[edit]
[-] index.html
[edit]
[-] link.php
[edit]
[-] modal.php
[edit]
[-] popup.php
[edit]
[-] separator.php
[edit]
[-] slider.php
[edit]
[-] standard.php
[edit]
[-] title.php
[edit]
[-] versions.php
[edit]
[-] .htaccess.disabled
[edit]