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