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

Comment for library load added.

This commit is contained in:
Cameron
2017-01-27 11:14:34 -08:00
parent 1f237e3f6f
commit 27dd7706bf

View File

@@ -795,6 +795,11 @@ class wysiwyg
{
$css[] = str_replace(THEME,THEME_ABS,$val['path'].$val['fname']);
}
// @todo e107::library('info','bootstrap','library_path'); or similar ?
$css[] = "{e_WEB_ABS}js/bootstrap/css/bootstrap.min.css";
$content_css = vartrue($config['content_css'], implode(",",$css));