1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 07:06:30 +02:00

Sitedown shortcodes upgraded to v2.x spec. Bootstrap css added by default.

This commit is contained in:
Cameron
2016-03-11 17:30:17 -08:00
parent f23a016111
commit b2fd2942da
4 changed files with 68 additions and 25 deletions

View File

@@ -24,7 +24,9 @@ header('Content-type: text/html; charset=utf-8');
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_'.e_PAGE);
require_once(e_CORE.'shortcodes/batch/sitedown_shortcodes.php');
// require_once(e_CORE.'shortcodes/batch/sitedown_shortcodes.php');
$sitedown_shortcodes= e107::getScBatch('sitedown');
if (!$SITEDOWN_TABLE)
{