Admin CSS partly not loaded on some configurations
Posted: Sat Dec 27, 2014 7:24 pm
Have an issue with 2.0 on special hosting (on another it works well) with fresh install.
Admin layout load not properly (see next shots)
I fixed it with uncomment this line in "admin/view/template/common / header.tpl"
But by default after installation it commented in both header.tpl files.
Any ideas?
Admin layout load not properly (see next shots)
I fixed it with uncomment this line in "admin/view/template/common / header.tpl"
Code: Select all
<!--
<link href="view/javascript/bootstrap/css/bootstrap.css" rel="stylesheet" media="screen" />
//-->
Any ideas?