Jump to content
  • 0

how to show message in class alert html


Question

2 answers to this question

Recommended Posts

  • 0
Posted

Use this in the controller:

$this->setMessage('error', [['result' => Language::_('blesta_cms.!error.logged_in', true)]], false, null, false);

change Language:: bit to your $something->api;

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...