Changeset 1859 in ExiteCMS for modules/common/login_panel/php-files/modules/login_panel/templates/modules.login_panel.tpl
- Timestamp:
- 10/17/08 16:56:16 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/login_panel/php-files/modules/login_panel/templates/modules.login_panel.tpl
r1844 r1859 15 15 {* *} 16 16 {****************************************************************************} 17 {if !$smarty.const.iMEMBER }17 {if !$smarty.const.iMEMBER && ($settings.auth_ssl == 0 || $_SERVER.HTTPS|default:"" == "on")} 18 18 {include file="_openside.tpl" name=$_name title=$locale.060 state=$_state style=$_style} 19 19 <div style='text-align:left'> 20 20 {$loginerror|default:""} 21 <form name='loginform2' method='post' action='{$smarty.const. FUSION_SELF}'>21 <form name='loginform2' method='post' action='{$smarty.const.BASEDIR}setuser.php?login=yes'> 22 22 {foreach from=$auth_methods item=method key=i} 23 23 {if $method_count > 1}
Note: See TracChangeset
for help on using the changeset viewer.
