Changeset 1858 in ExiteCMS for trunk/modules/user_info_panel/templates/modules.user_info_panel.tpl
- Timestamp:
- 10/17/08 16:40:38 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/user_info_panel/templates/modules.user_info_panel.tpl
r1844 r1858 55 55 </div> 56 56 </div> 57 {else} 57 {include file="_closeside_x.tpl"} 58 {elseif $settings.auth_ssl == 0 || $_SERVER.HTTPS|default:"" == "on"} 58 59 {include file="_openside.tpl" name=$_name title=$locale.060 state=$_state style=$_style} 59 60 <div style='text-align:center'> 60 61 {$loginerror|default:""} 61 62 </div> 62 <form name='loginform1' method='post' action='{$smarty.const. FUSION_SELF}'>63 <form name='loginform1' method='post' action='{$smarty.const.BASEDIR}setuser.php?login=yes'> 63 64 {foreach from=$auth_methods item=method key=i} 64 65 {if $method_count > 1} … … 138 139 {if $show_reglink}{$settings.siteurl|string_format:$locale.065}<br /><br />{/if} 139 140 {if $show_passlink}{$settings.siteurl|string_format:$locale.066}{/if} 140 {/if}141 {if $smarty.const.iMEMBER|default:false}142 {include file="_closeside_x.tpl"}143 {else}144 141 {include file="_closeside.tpl"} 145 142 {/if}
Note: See TracChangeset
for help on using the changeset viewer.
