Skip to content

Commit

Permalink
Update administrator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lianglee committed Oct 5, 2021
1 parent 6d8baf8 commit 37817db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/goblue/plugins/default/theme/page/administrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
<div class="container">

<div class="row">
<div class="col-md-6 col-sm-6 col-xs-6">
<div class="col-6 col-md-6">
<?php if(ossn_site_settings('cache') == true){?>
<img src="<?php echo ossn_theme_url(); ?>images/logo_admin.jpg"/>
<?php } else { ?>
<img src="<?php echo ossn_theme_url(); ?>images/logo_admin.jpg?ver=<?php echo time();?>"/>
<?php } ?>
</div>
<?php if(ossn_isAdminLoggedin()){ ?>
<div class="col-md-6 col-sm-6 col-xs-6 header-dropdown">
<div class="col-6 col-md-6 header-dropdown">
<ul class="navbar-right">
<div class="dropdown">
<a id="dLabel" role="button" data-bs-toggle="dropdown" data-bs-target="#"><i class="fa fa-bars fa-3"></i></a>
Expand Down

0 comments on commit 37817db

Please sign in to comment.