3217 Posts in 853 Topics by 812 members
| Go to End | Next > | |
| Author | Topic: | 1675 Views |
-
Include SubNavigastion.ss

27 April 2010 at 9:35pm Last edited: 27 April 2010 10:06pm
I've made a SubNavigation.ss in my theme templates folder that looks like this
<% include LanguageChooser %>
<% if Menu(2) %>
<subnav>
<div id="sub-navigation">
<ul class="sub-navigation">
<% control Menu(2) %>
<li <% if FirstLast %>class="$FirstLast"<% end_if %>><a href="$Link" title="Go to the $Title.XML page" class="$LinkingMode"><span>$MenuTitle.XML</span></a></li>
<% end_control %>
</ul>
</div>
</subnav>
<% end_if %>And im trying to include this on Page.ss(<% include SubNavigation %>) but I'm getting a strange error:
[Warning] file_get_contents() [function.file-get-contents]: Filename cannot be emptyWhy?
-
Re: Include SubNavigastion.ss

28 April 2010 at 6:27am
hmmm, thats the right place, did you put ?flush=1 in the url when viewing the page after changing it?
-
Re: Include SubNavigastion.ss

28 April 2010 at 5:09pm
Just to point out, you have a <subnav> tag in your html. This tag doesn't exist in html, and you probably shouldn't put it in.
-
Re: Include SubNavigastion.ss

28 April 2010 at 6:11pm
bartvanirsel: It wokred after i restarted Apache!
ampedup: Thats correct I've changed it to <nav>
-
Re: Include SubNavigastion.ss

28 April 2010 at 8:30pm
But <nav> isn't a html tag either. You shouldn't have that. I don't think you need this tag here at all.
I'm curious as to why you have the <nav> or <subnav> tag?
-
Re: Include SubNavigastion.ss

28 April 2010 at 8:37pm
yes nav and subnav both don't exist, didnt even see it
maybe apache restart cleared your /tmp dir and caused this to work,
on what OS are you running SS?
| 1675 Views | ||
| Go to Top | Next > |



