Custom code in header does work.
-
Hey Greg, it me again.
Could you explain why custom code in header.php does work with Origami theme but does with other themes?
For example, if I add the following to the header.php it does display the tree structure as it should.
<link rel="stylesheet" href="/css/tree/jquery.treeview.css" /> <script src="/js/tree/jquery.js" type="text/javascript"></script> <script src="/js/tree/jquery.cookie.js" type="text/javascript"></script> <script src="/js/tree/jquery.treeview.js" type="text/javascript"></script> <script type="text/javascript"> $(function() { $("#tree").treeview({ collapsed: true, animated: "medium", control:"#sidetreecontrol", persist: "location" }); }) </script>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Custom code in header does work.’ is closed to new replies.