Magento: How to add an external stylesheet or javascript

×

Error message

Deprecated function: Creation of dynamic property BotchaFormNone::$id is deprecated in BotchaFormNone->__construct() (line 214 of /home/kzn/domains/duntuk.com/public_html/sites/all/modules/contrib/botcha/controller/form/botcha.form.controller.inc).

Add an external stylesheet to magento using local.xml 

Create/edit the following:

app/design/frontend/PATH/TO/YOURTHEME/layout/local.xml

Make it look like so--should be self explanatory...




    


  
  
            
         
	  stylesheethttps://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400,300,700|Open+Sans:300italic,400,300

         
         text/javascripthttps://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js
	  
         
          css/styles.css

         
          

  




Tags: javascript CSS magento theme