authorise('core.manage', 'com_postinstall')) : ?>
postinstall_message_count): ?>
modules as $module)
{
// Get module parameters
$params = new Registry;
$params->loadString($module->params);
$bootstrapSize = $params->get('bootstrap_size');
if (!$bootstrapSize)
{
$bootstrapSize = 12;
}
$spans += $bootstrapSize;
if ($spans > 12)
{
echo '
';
$spans = $bootstrapSize;
}
echo JModuleHelper::renderModule($module, array('style' => 'well'));
}
?>