b0y-101 Mini Shell


Current Path : E:/www/instructor/test02/administrator/components/com_jce/views/profile/tmpl/
File Upload :
Current File : E:/www/instructor/test02/administrator/components/com_jce/views/profile/tmpl/edit_setup.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;

$this->name = JText::_('WF_PROFILES_DETAILS');
$this->fieldsname = 'setup';
echo JLayoutHelper::render('joomla.content.options_default', $this);

$this->name = JText::_('WF_PROFILES_ASSIGNMENT');
$this->fieldsname = 'assignment';
echo JLayoutHelper::render('joomla.content.options_default', $this);

Copyright © 2019 by b0y-101