17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 981 Views |
-
problem when add php code

13 October 2008 at 8:35pm
Hi!
I have a problem when I add php code. Layout of my tempate is divide in 2 menu, the first inside the header, the second under header. I want print 3 entry of menu in the first menu and othe 3 in the second menu (both of menu are principle, so the entry aren't child entry).
I add this code in navigation.ss menu<?php
$array_menu=$MenuTitle;
for($i=0;$i<3;$i++)
{
?><ul id="Navlist">
<% control Menu(1) %>
<li><a href="$Link" title="Go to the $Title.XML page" class="$LinkingMode">$MenuTitle</a></li>
<% end_control %>
</ul><?php
}
?>I have the following error in theme/template/Page.ss
Parse error: syntax error, unexpected T_STRING in C:\WINNT\Temp\silverstripe-cacheE--_silverstripe_cms-elisa\.cacheE.._silverstripe_cms.elisa.themes.villevenete.templates.Page.ss on line 37
Can you help me to find the problem?
Thanks! -
Re: problem when add php code

14 October 2008 at 2:32am
the problem is likn to .ss file? I'm writing php code in .ss file and not in .php file?
-
Re: problem when add php code

14 October 2008 at 4:55am
You posted this topic 3-4 times. There is no need to double post. I answered this in another topic.
In the future please don't post the same question multiple times.
| 981 Views | ||
|
Page:
1
|
Go to Top |


