1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Fixes #952 - Featurebox tabs issue.

This commit is contained in:
Cameron
2015-04-17 10:48:14 -07:00
parent e7b18489d5
commit 94686133ce
3 changed files with 6 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ $text = e107::getParser()->parseTemplate("{FEATUREBOX|".$type."}");
if(!$text)
{
echo "<div class='alert alert-block'>There are no featurebox items assigned to the ".$type." template</div>";
echo "<div class='alert alert-block alert-warning'>There are no featurebox items assigned to the ".$type." template</div>";
// e107::getMessage()->addDebug("There are no featurebox items using the ".$type." template");
}