Skip to content

Instantly share code, notes, and snippets.

@malles
Created March 2, 2014 12:54
Show Gist options
  • Select an option

  • Save malles/9306173 to your computer and use it in GitHub Desktop.

Select an option

Save malles/9306173 to your computer and use it in GitHub Desktop.
<?php
JFactory::getApplication()->enqueueMessage('Postcode niet binnen verzorgingsgebied','success');
JFactory::getApplication()->enqueueMessage('Postcode niet binnen verzorgingsgebied','warning');
JFactory::getApplication()->enqueueMessage('Postcode niet binnen verzorgingsgebied','error');
JFactory::getApplication()->enqueueMessage('Postcode niet binnen verzorgingsgebied','error');
JFactory::getApplication()->enqueueMessage('Postcode niet binnen verzorgingsgebied','info');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment