[line 406] if (($this->_contains($buffer, $this->bootstrapTriggers) || count($messages)) && version_compare(JVERSION, '3.0.0') >= 0) {
JHtml::_('bootstrap.framework');
}
$messages = JFactory::getSession()->get('application.queue');
$messages = array("one","two","three");
$messages = array(JFactory::getSession()->get('application.queue'));
The following users have thanked you: Matt
Time to create page: 0.061 seconds