How do you do an include in a view using a url similar to a php include. I need to pull a common nav bar using a URL and in PHP of course I'd do
Can't for the life of me find out how to do this.PHP Code:include_once "http://www.domain.com/inc/nav_bar.php"
:(
