Server : LiteSpeed System : Linux server321.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : apotdzgr ( 7060) PHP Version : 8.0.30 Disable Function : NONE Directory : /home/apotdzgr/www/wp-content/plugins/nextend-facebook-connect/admin/templates-provider/ |
Upload File : |
<?php defined('ABSPATH') || die(); /** @var $this NextendSocialProviderAdmin */ /** @var $view string */ ?> <div class="nsl-admin-sub-nav-bar"> <a href="<?php echo $this->getUrl(); ?>" class="nsl-admin-nav-tab<?php if ($view === 'getting-started'): ?> nsl-admin-nav-tab-active<?php endif; ?>"><?php _e('Getting Started', 'nextend-facebook-connect'); ?></a> <a href="<?php echo $this->getUrl('settings'); ?>" class="nsl-admin-nav-tab<?php if ($view === 'settings'): ?> nsl-admin-nav-tab-active<?php endif; ?>"><?php _e('Settings', 'nextend-facebook-connect'); ?></a> <a href="<?php echo $this->getUrl('buttons'); ?>" class="nsl-admin-nav-tab<?php if ($view === 'buttons'): ?> nsl-admin-nav-tab-active<?php endif; ?>"><?php _e('Buttons', 'nextend-facebook-connect'); ?></a> <?php if ($this->provider->hasSyncFields() || $this->provider->hasSyncableProfileFields()): ?> <a href="<?php echo $this->getUrl('sync-data'); ?>" class="nsl-admin-nav-tab<?php if ($view === 'sync-data'): ?> nsl-admin-nav-tab-active<?php endif; ?>"><?php _e('Sync data', 'nextend-facebook-connect'); ?></a> <?php endif; ?> <a href="<?php echo $this->getUrl('usage'); ?>" class="nsl-admin-nav-tab<?php if ($view === 'usage'): ?> nsl-admin-nav-tab-active<?php endif; ?>"><?php _e('Usage', 'nextend-facebook-connect'); ?></a> </div>