Your IP : 216.73.216.224


Current Path : /var/www/html/administrator/components/com_community/views/manualdbupgrade/tmpl/
Upload File :
Current File : /var/www/html/administrator/components/com_community/views/manualdbupgrade/tmpl/default.php

<?php
/**
 * @copyright (C) 2013 iJoomla, Inc. - All rights reserved.
 * @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html)
 * @author iJoomla.com <webmaster@ijoomla.com>
 * @url https://www.jomsocial.com/license-agreement
 * The PHP code portions are distributed under the GPL license. If not otherwise stated, all images, manuals, cascading style sheets, and included JavaScript *are NOT GPL, and are released under the IJOOMLA Proprietary Use License v1.0
 * More info at https://www.jomsocial.com/license-agreement
 */

use Joomla\CMS\Language\Text;

// Disallow direct access to this file
defined('_JEXEC') or die('Restricted access');
?>
<!-- Tabs header -->
<ul id="myTab" class="nav nav-tabs">
    <!-- System requirement -->
    <li class="active">
        <a href="#requirements" data-toggle="tab"><?php echo Text::_('COM_COMMUNITY_EMOJI'); ?></a>
    </li>
    <!--
    <li class="">
        <a href="#preview" data-toggle="tab"><?php echo Text::_('COM_COMMUNITY_PREVIEW'); ?></a>
    </li>
    -->
</ul>

<div id="myTabContent" class="tab-content" style="padding-top:24px;">
    <!-- System requirements -->
    <div class="tab-pane active" id="requirements">
        <?php include_once 'emoji.php'; ?>
    </div>

    <!--
    <div class="tab-pane fade" id="preview">
        <?php include_once 'preview.php'; ?>
    </div-->

</div>