1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 18:32:44 +02:00

Fixes #1597 - Legacy shortcode issue.

This commit is contained in:
Cameron
2016-05-01 09:30:33 -07:00
parent b4e4cb686c
commit bec7071cdf
7 changed files with 166 additions and 642 deletions

View File

@@ -13,21 +13,21 @@
class theme_shortcodes extends e_shortcode
{
public $override = true;
// public $override = true;
function __construct()
{
}
/*
function sc_news_summary()
{
$sc = e107::getScBatch('news');
$data = $sc->getScVar('news_item');
return "<span class='label label-danger'>".e107::getParser()->toHTML($data['news_summary'],'BODY')."</span>";
}
}*/
function sc_bootstrap_branding()