21293 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 346 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
| 346 Views | ||
|
Page:
1
|
Go to Top |

