OpenSencillo  2015.009
Long live the simplicity of PHP
 All Data Structures Namespaces Files Functions Pages
account.dafault.screen.php
1 <?$t=$translate;?>
2 <body>
3 <!--------------------------------------------------------------------------.
4 | Software: Sencillo Default Theme |
5 | Version: 2015.001 |
6 | Contact: ph@mastery.sk |
7 | ------------------------------------------------------------------------- |
8 | Author: Bc. Peter Horváth (original founder) |
9 | Copyright (c) 2014, Bc. Peter Horváth. All Rights Reserved. |
10 | ------------------------------------------------------------------------- |
11 | License: Distributed under the General Public License (GPL) |
12 | http://www.gnu.org/licenses/gpl-3.0.html |
13 | This program is distributed in the hope that it will be useful - WITHOUT |
14 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
15 | FITNESS FOR A PARTICULAR PURPOSE. |
16 '--------------------------------------------------------------------------->
17  <div id="account">
18  Success login: <?=LOGIN_ERRMSG;?>
19  </div>
20 </body>
21 </html>