Skip to content

Commit 52c8671

Browse files
committed
theme setting section added, help links added in theme setting and located in topbar
1 parent 3d73c53 commit 52c8671

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

resources/views/partials/topbar.twig

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,8 @@
1212
{% for shortcut in template.cp.shortcuts %}
1313
<li class="nav-item shortcut {# dropdown #}">
1414
<a {{ html_attributes(shortcut.attributes) }} {# data-toggle="dropdown" #}>
15-
{# <span class="tag tag-danger">{{ icon(shortcut.icon) }} 2</span> #}
1615
{{ icon(shortcut.icon) }}
1716
</a>
18-
{# <ul class="dropdown-menu-right dropdown-menu"> #}
19-
{# <li class="dropdown-item"> #}
20-
{# <a href="/" target="_blank"> #}
21-
{# <i class="fa fa-external-link"></i> #}
22-
{# {{ trans('theme::control_panel.view_site') }} #}
23-
{# </a> #}
24-
{# </li> #}
25-
{# <li class="dropdown-item"> #}
26-
{# <a href="/admin/logout"> #}
27-
{# <i class="fa fa-power-off"></i> #}
28-
{# {{ trans('theme::control_panel.logout') }} #}
29-
{# </a> #}
30-
{# </li> #}
31-
{# </ul> #}
3217
</li>
3318
{% endfor %}
3419
{{ addBlock('admin/topbar')|raw }}

0 commit comments

Comments
 (0)