Adding Header Extra Content - Access is denied
PermalinkHere's how I'm adding it:
<link rel="stylesheet" href="<?php echo $this->getThemePath(); ?>/css/stylesheet1.css" />
<link rel="stylesheet" href="<?php echo $this->getThemePath(); ?>/css/stylesheet2.css" />
<script src="<?php echo $this->getThemePath(); ?>/js/script.js"></script>
Am I missing something?

Hardcode the theme path instead.
But when I try and do html or scripts, etc. it gives me an "access denied" message.
<!-- Sets the Logo for Google's Knowledge Graph --> <link rel="alternate" href="tulk.us" hreflang="en-us" /> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "url": "http://tulk.us", "logo": "http://tulk.us/conc/application/files/4814/3472/6019/TLLCICON2BW.png" } </script>
Thanks!
I figured out the Facebook thing btw, I hardcoded it to the page template. Thanks for the help.