usuniety syf (powroty karetki i trailing spaces) z kodu
[watermeloncms.git] / cms / wtrmln / modules / views / login / loginerrors.php
blob8dbd560d5bbb1fa8bbcd55f83a687784c16b6518
1 <?php
2 /********************************************************************
4 Watermelon CMS
6 Copyright 2008 Radosław Pietruszewski
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License
10 version 2 as published by the Free Software Foundation.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 ********************************************************************/
24 <div class="box_e">
25 <strong>Podczas logowania napotkano problemy:</strong>
27 <ul>
28 <foreach $errors as $error>
29 <li><$error></li>
30 </foreach>
31 </ul>
33 <if 5 == 4>
34 To się NIE wyświetli :P
35 </if>
36 </div>