Tuesday 07 June 2011 3:12:12 am
..perhaps through {ezhttp( 'LastAccessesURI', 'session' )} in the templates/user/login.tpl change the value of the hidden input with name RedirectURI
<input type="hidden" name="RedirectURI" value="{$User:redirect_uri|wash}" /> to
<input type="hidden" name="RedirectURI" value="{ezhttp( 'LastAccessesURI', 'session' )}" />
loredanaebook.it
|