1
与Joomla捆绑在一起的Bootstrap 2.1.0中的“未捕获的SyntaxError:意外令牌{”!3.0
我正在使用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行