Changeset 712 for trunk/includes/system.php
- Timestamp:
- Jan 5, 2014, 4:28:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/system.php
r711 r712 279 279 } else 280 280 { 281 $Output .= '<form action="'.$this->System->Link('/?action=login').'" method="post"> '. 282 T('Name').': <input type="text" name="LoginUser" size="8 " /> '. 283 T('Password').': <td><input type="password" name="LoginPass" size="8" /> '. 284 '<input type="submit" value="'.T('Login').'" /></form> '. 281 $Output .= '<a href="'.$this->System->Link('/login/').'">'.T('Login').'</a> '. 285 282 '<a href="'.$this->System->Link('/registrace.php').'">'.T('Registration').'</a>'; 286 283 } … … 446 443 '</body>'. 447 444 '</html>'; 448 $this->System->User->Store();449 445 return($Output); 450 446 }
Note:
See TracChangeset
for help on using the changeset viewer.