Jump to content

How to display success message in the front-office


pippo67

Recommended Posts

Hello,
I created a personal module and I would like to display a successful message in the front office after running an action, example delete, as in the backend. How should I do?  In my controller I use the following method

public function initContent()
{
    parent :: initContent ();
    ...........

      ........

}

Thanks in advance and sorry for my english

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...