17691 Posts in 4607 Topics by 2180 members
General Questions
SilverStripe Forums » General Questions » Error with global call
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba
|
Page:
1
|
Go to End | |
| Author | Topic: | 260 Views |
-
Error with global call

17 March 2010 at 9:56am
I have been using this code for a long time without an issue. However, I have never used it in a global situation.
This seems to work fine
<% if PageFontType == 0 %>And this works fine also
<% if callGlobal.GlFontTypes %>But this gives me the error "Parse error: syntax error, unexpected '}'..."
<% if callGlobal.GlFontTypes == 0 %>The function that call the global settings into the page
public function callGlobal(){
return DataObject::get_one('PageGlobal');
}Any ideas of what I must do differently?
Thank you,
Steve Nyhof
| 260 Views | ||
|
Page:
1
|
Go to Top |

