Browse Source

Update layout.html.php

pull/475/head
Yaya Laressa 4 years ago
committed by GitHub
parent
commit
c035e3249b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      system/admin/views/layout.html.php

+ 2
- 1
system/admin/views/layout.html.php View File

@ -99,8 +99,9 @@
<a href="#" class="nav-link">
<i class="nav-icon fa fa-users"></i>
<p>
<?php echo i18n('Authors'); ?> <sup class="font-weight-bold text-danger"><?php echo i18n('Beta'); ?></sup>
<?php echo i18n('Authors'); ?>
<i class="right fa fa-angle-left"></i>
<sup class="font-weight-bold text-danger"><?php echo i18n('Beta'); ?></sup>
</p>
</a>
<ul class="nav nav-treeview">


Loading…
Cancel
Save