Last active
December 20, 2021 09:19
-
-
Save AshlinRejo/6d05a4c5f8957b68edd37c00107df141 to your computer and use it in GitHub Desktop.
Booking: Override for profile tab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Override path: [TEMPLATE_FOLDER]/html/plugins/j2store/app_booking/profile_tab.php | |
* */ | |
defined('_JEXEC') or die('Restricted access'); | |
?> | |
<li> | |
<a href="#appbooking-tab" class="nav-link" id="appbooking-tab-id" data-bs-toggle="tab" data-bs-target="#appbooking-tab" role="tab" aria-controls="address-tab" data-toggle="tab" style="display: block;" aria-selected="false"><i class="fa fa-calendar"></i> | |
<?php echo JText::_('J2STORE_APP_BOOKING_PROFILE_TAB'); ?> | |
</a> | |
</li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment