“Uncaught SyntaxError: Unexpected token { ” en 2.1.0 Bootstrap fourni avec Joomla! 3.0

Je suis à l'aide de Joomla! 3.0, qui a Twitter Bootstrap 2.1.0 inclus. Je veux faire ma propre Joomla! modèle, et j'ai besoin d'utiliser des menus déroulants. Quand j'comprennent les suivantes 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"  type="text/css">
<link  href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/images/favicon.ico" type="image/x-icon">

- Je obtenir CSS suivantes erreur:

Uncaught SyntaxError: Unexpected token { 

dans /media/jui/css/bootstrap.css, ligne 19

  • Je pense que vous pouvez ignorer cette erreur css
  • Non, je ne peux pas, il se produit dans l'une des premières lignes, et Bootstrap n'est pas de travailler avec elle.
InformationsquelleAutor Cysioland | 2013-02-20