uawdijnntqw1x1x1
IP : 216.73.216.219
Hostname : webm015.cluster127.gra.hosting.ovh.net
Kernel : Linux webm015.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pteabiscqq
/
www
/
administrator
/
components
/
com_jce2
/
.
/
.
/
views
/
profile
/
tmpl
/
edit_editor.php
/
/
<?php /** * @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved * @license GNU General Public License version 2 or later; see LICENSE.txt * */ defined('JPATH_PLATFORM') or die; ?> <div class="tabbable tabs-left flex-column"> <?php //echo JHtml::_('bootstrap.startTabSet', 'profile-editor', array('active' => 'profile-editor-setup')); ?> <ul class="nav nav-tabs"> <?php foreach(array('setup', 'typography', 'filesystem', 'advanced') as $key => $item) : ?> <li class="nav-item<?php echo $key === 0 ? ' active show' : '';?>"><a href="#" class="nav-link"><?php echo JText::_('WF_PROFILES_EDITOR_' . strtoupper($item), true);?></a></li> <?php endforeach;?> </ul> <div class="tab-content"> <?php foreach(array('setup', 'typography', 'filesystem', 'advanced') as $key => $item) : ?> <div class="tab-pane<?php echo $key === 0 ? ' active show' : '';?>"> <?php //echo JHtml::_('bootstrap.addTab', 'profile-editor', 'profile-editor-' . $item, JText::_('WF_PROFILES_EDITOR_' . strtoupper($item), true));?> <div class="row-fluid"> <?php echo $this->loadTemplate('editor_' . $item); ?> </div> </div> <?php //echo JHtml::_('bootstrap.endTab');?> <?php endforeach;?> </div> <?php //echo JHtml::_('bootstrap.endTabSet'); ?> </div>
/home/pteabiscqq/www/administrator/components/com_jce2/././views/profile/tmpl/edit_editor.php