1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Removed old icons. If you find broken image paths, please post an issue about it.

This commit is contained in:
Cameron
2014-01-21 06:40:46 -08:00
parent 72a5fadbbd
commit 56b7bdc42b
156 changed files with 35 additions and 36 deletions

View File

@@ -541,12 +541,12 @@ class e_bbcode
// 'hint_func' => $helpfunc, // deprecated and unused
// 'hint_active' => $bbcode_helpactive, // deprecated and unused
'size' => vartrue($helpsize),
'eplug_bb' => $eplug_bb,
'eplug_bb' => varset($eplug_bb), //?XXX ?
);
$bbcode_shortcodes->setVars($data);
return "<div id='bbcode-panel-".$id."' class='mceToolbar bbcode-panel' {$visible}>".$tp->parseTemplate($BBCODE_TEMPLATE,TRUE, $bbcode_shortcodes)."</div>";
return "<div id='bbcode-panel-".$id."' class='mceToolbar bbcode-panel'>".$tp->parseTemplate($BBCODE_TEMPLATE,TRUE, $bbcode_shortcodes)."</div>";
}