Skip to content

Instantly share code, notes, and snippets.

@griiettner
Last active November 1, 2017 14:11
Show Gist options
  • Save griiettner/338cf2edc41a1868d8a7 to your computer and use it in GitHub Desktop.
Save griiettner/338cf2edc41a1868d8a7 to your computer and use it in GitHub Desktop.
Hide system-message-container from Joomla template output
<?php $app = JFactory::getApplication(); ?>
<?php if(count($app->getMessageQueue())) : ?>
<jdoc:include type="message" />
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment