mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
Fixed logo on login page
This commit is contained in:
parent
b47ebb3a96
commit
c3ac277e0d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
{include file='ls:LSdefault.tpl'}
|
||||
|
||||
<div class='loginform'>
|
||||
<img src='{img name='logo.png' alt='Logo' id='loginform_logo' />
|
||||
<img src='{img name='logo'}' alt='Logo' id='loginform_logo' />
|
||||
<div id='loading_zone'></div>
|
||||
<form action='{$loginform_action}' method='post'>
|
||||
<dl class='loginform'>
|
||||
|
|
Loading…
Reference in a new issue