1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 20:31:41 +02:00

default SITEDOWN template now includes XURL ICONS (when configured)

This commit is contained in:
Cameron
2016-03-11 17:03:11 -08:00
parent 4c738f1613
commit f23a016111
2 changed files with 5 additions and 1 deletions

View File

@@ -42,4 +42,4 @@ if (!$SITEDOWN_TABLE)
}
}
echo $tp->parseTemplate($SITEDOWN_TABLE, TRUE, $sitedown_shortcodes);
echo $tp->parseTemplate($SITEDOWN_TABLE, true, $sitedown_shortcodes);