Jump to content

Logging out..


Guest andytoys

Recommended Posts

Guest andytoys

I'm getting further with setting up my site and am reaching the state where I want to customise a few things.

When I log in as a customer then log out again I get the message "Your session has been destroyed" which is all a bit too 'violent' and 'Dr Who-ish' for a site selling toys!

I'd like to change it to something more fluffy like "Your session has ended" or similar.

Can anyone tell me where this message is stored so that I can edit it?

Link to comment
Share on other sites

Lang file is responsible for this :D

Open language/en/lang.inc.php search for Your session has been destroyed and here we are

$lang['front']['logout'] = array(



'logout' => "Logout",



'session_destroyed' => "Your session has been destroyed.",



'no_session' => "No session was found to destroy. You appear to have arrived here by accident.",



);

Just edit & upload.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...