我使用Joomla! 3.0,其中包含Twitter Bootstrap 2.1.0。我想做我自己的Joomla!模板,我需要使用下拉菜单。当我包括以下CSS / JS:
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script type="text/javascript" src="<?PHP echo $this->baseurl ?>/media/jui/js/bootstrap.min.js"></script> <script type="text/javascript" src="<?PHP echo $this->baseurl ?>/media/jui/css/bootstrap.css"></script> <link href="<?PHP echo $this->baseurl ?>/templates/<?PHP echo $this->template; ?>/css/Site.css" rel="stylesheet" type="text/css"> <link rel="shotcut icon" href="<?PHP echo $this->baseurl ?>/templates/<?PHP echo $this->template; ?>/css/images/favicon.ico" type="image/x-icon">
我得到以下CSS错误:
Uncaught SyntaxError: Unexpected token {
在/media/jui/css/bootstrap.css,第19行