Skip to content

Instantly share code, notes, and snippets.

@AshlinRejo
Last active December 20, 2021 09:19
Show Gist options
  • Save AshlinRejo/6d05a4c5f8957b68edd37c00107df141 to your computer and use it in GitHub Desktop.
Save AshlinRejo/6d05a4c5f8957b68edd37c00107df141 to your computer and use it in GitHub Desktop.
Booking: Override for profile tab
<?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