{{ ta('quick_search_links', 'Quick Search Links') }}
- {{ ta('dashboard', 'Dashboard') }}
-
{{ ta('files', 'Files') }}
- {{ ta('manage_files', 'Manage Files') }} {% if Auth.hasAccessLevel(20) == true %} {% if currentProductType == 'file_hosting' %}
- {{ ta('active_downloads', 'Active Downloads') }} {% endif %}
- {{ ta('action_queue', 'Action Queue') }} ({{ totalPendingFileActions }}) {% endif %} {% if currentProductType == 'file_hosting' %}
- {{ ta('abuse_reports', 'Abuse Reports') }}{% if totalReports > 0 %} ({{ totalReports }}){% endif %} {% endif %} {% if Auth.hasAccessLevel(20) == true %}
- {{ ta('bulk_import', 'Bulk Import') }} {% endif %}
{% if Auth.hasAccessLevel(20) == true %}
-
{{ ta('users', 'Users') }}
- {{ ta('manage_users', 'Manage Users') }}
- {{ ta('add_user', 'Add User') }} {% if currentProductType == 'file_hosting' %}
- {{ ta('received_payments', 'Received Payments') }}
- {{ ta('manage_subscriptions', 'Manage Subscriptions') }}
- {{ ta('user_action_logs', 'User Action Logs') }} {% endif %}
{% endif %}
- {{ ta('sharing', 'Sharing') }} {% if Auth.hasAccessLevel(20) == true %}
- {{ ta('file_servers', 'File Servers') }} {% endif %} {% if Auth.hasAccessLevel(20) == true %} {% if currentProductType == 'file_hosting' %}
- {{ ta('advertising', 'Advertising') }} {% endif %}
-
{{ ta("plugins", "Plugins") }}
- {{ ta('manage_plugins', 'Manage Plugins') }}
-
{{ ta('plugin_settings', 'Plugin Settings') }}
{% if navPluginList|length > 0 %}
-
{% for pluginItem in navPluginList %}
{% if loop.index < 10 %}
- {{ pluginItem['plugin_name'] }} {% endif %} {% endfor %}
- {{ ta("more", "more....") }}
- {{ ta('add_plugin', 'Add Plugin') }}
- {{ ta('get_plugin', 'Get Plugins') }}
-
{{ ta('themes', 'Themes') }}
- {{ currentThemeName }}
{% if themeLeftNav|length > 0 %}
-
{% for themeLeftNavItem in themeLeftNav %}
- {{ ta(themeLeftNavItem['link_key'], themeLeftNavItem['link_text'])|title }} {% endfor %}
- {{ ta('manage_themes', 'Manage Themes') }}
- {{ ta('add_theme', 'Add Theme') }}
- {{ ta('get_themes', 'Get Themes') }}
- {{ currentThemeName }}
{% if themeLeftNav|length > 0 %}
- {{ ta('api', 'API') }}
-
{{ ta("site_configuration", "Site Configuration") }}
-
{{ ta('site_settings', 'Site Settings') }}
-
{% for navGroupDetail in navGroupDetails %}
- {{ navGroupDetail['config_group'] }} {% endfor %}
-
{{ ta('user_settings', 'User Settings') }}
-
{% if currentProductType == 'file_hosting' %}
- {{ ta('download_pages', 'Download Pages') }} {% endif %}
- {{ ta('account_packages', 'Account Packages') }}
- {{ ta('banned_ips', 'Banned IPs') }}
- {{ ta('translations', 'Translations') }}
-
{{ ta('system_tools', 'System Tools') }}
- {{ ta('system_logs', 'System Logs') }}
- {{ ta('background_task_logs', 'Background Task Logs') }}
- {{ ta('database_browser', 'Database Browser') }}
- {{ ta('test_tools', 'Test Tools') }}
- {{ ta('backups', 'Backups') }}
- {{ ta('php_info', 'PHP Info') }}
- {{ ta('support_info', 'Support Info') }}
- {{ ta('purge_cache', 'Purge Cache') }}
- {{ ta('system_update', 'System Update') }}
{% endif %}
-
{{ ta('site_settings', 'Site Settings') }}
{{ ta('admin_plugin_pages', 'Plugin Pages') }}
-
{% for pluginKey,pluginNavigationItems in pluginNavigation|sort %}
{% for pluginNavigationItem in pluginNavigationItems %}
-
{{ ta(pluginNavigationItem['link_text'], pluginNavigationItem['link_text']|title) }}{% if pluginNavigationItem['children']|length > 0 %} {% endif %}
{% if pluginNavigationItem['children']|length > 0 %}
-
{% for pluginNavigationChildItem in pluginNavigationItem['children'] %}
- {{ ta(pluginNavigationChildItem['link_text'], pluginNavigationChildItem['link_text']|lower|title) }} {% endfor %}
{% endfor %}
{% endfor %}