Button plus with color, more cool
This commit is contained in:
parent
785965db35
commit
43923882cd
|
@ -13,7 +13,7 @@
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="nav-item mt-3">
|
<li class="nav-item mt-3">
|
||||||
<a class="nav-link" href="<?php echo HTML_PATH_ADMIN_ROOT.'new-content' ?>"><span class="oi oi-plus"></span><?php $L->p('New content') ?></a>
|
<a class="nav-link" href="<?php echo HTML_PATH_ADMIN_ROOT.'new-content' ?>"><span style="color: #007bff;" class="oi oi-plus"></span><?php $L->p('New content') ?></a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<?php if (checkRole(array('editor'),false)): ?>
|
<?php if (checkRole(array('editor'),false)): ?>
|
||||||
|
|
Loading…
Reference in New Issue