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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user