[gen] icons.pt can now be configured even for anonymous users.
This commit is contained in:
parent
86fc234311
commit
7be0a7789d
2 changed files with 3 additions and 1 deletions
|
@ -132,6 +132,8 @@
|
|||
<a tal:attributes="href appUrl; title python: _('app_home')">
|
||||
<img tal:attributes="src string: $appUrl/ui/home.gif" style="margin-right: 3px"/>
|
||||
</a>
|
||||
<tal:comment replace="nothing">Additional icons can be added here by redefining icons.pt</tal:comment>
|
||||
<metal:call use-macro="app/ui/icons/macros/icons"/>
|
||||
</td>
|
||||
<td class="userStripText">
|
||||
<form name="loginform" method="post"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue