removed upgrade button from user dropdown
parent
8591f93a17
commit
2060b8bd95
|
@ -277,10 +277,6 @@ if (is_maintenance() || is_show_consent_screen() || in_array($templateUsed, ['re
|
|||
<?php
|
||||
} ?>
|
||||
<li><a href="<?php echo G\get_base_url(sprintf('logout/?auth_token=%s', get_auth_token())); ?>"><?php _se('Sign out'); ?></a></li>
|
||||
<?php if (is_admin()) { ?>
|
||||
<div class="or-separator margin-0" style="height: 1px;"></div>
|
||||
<li><a data-action="upgrade"><span class="btn-icon icon-star4 color-yellow"></span> <b>Upgrade</b></a></li>
|
||||
<?php } ?>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue