mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 05:56:22 +05:30
reworked comments code to match htmly coding style, themes integration, system messages
This commit is contained in:
parent
c8b7ed9af3
commit
a9638294a5
33 changed files with 1478 additions and 173 deletions
|
|
@ -150,7 +150,7 @@ if (isset($author[0])) {
|
|||
</ul>
|
||||
</li>
|
||||
<?php if ($role === 'editor' || $role === 'admin'):?>
|
||||
<?php if (local()): ?>
|
||||
<?php if (comments()): ?>
|
||||
<li class="nav-item has-treeview menu-open">
|
||||
<a href="#" class="nav-link">
|
||||
<i class="nav-icon fa fa-comments"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue