I am working on a site where most of the templates are segment_1 or segment_2 level. On these the footer content (which is an includes file) displays properly.
Example: http://yogahealthfoundation.org/get_involved/studios_and_teachers
However, on a segment_3 page, that same content does not show properly.
Example: http://yogahealthfoundation.org/blog/entry/must_read_for_every_yogi
Here is the html:
<div id="footer">
<div id="footer-buffer"></div>
<div id="footer-content">
{exp:channel:entries channel="misc" url_title="copyright_notice" }
<p>Copyright © 2007–{current_time format="%Y"} by {details}</p>
{/exp:channel:entries}
</div><!-- end footer-content -->
</div><!-- end footer -->
</body>
Here is how I am including it with EE tags:
{embed="includes/html_footer"}
The embed is done the same all segments regardless. Any clues why the content is not displaying properly on segement_3 + template pages?
Thanks!