You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to f3-fra...@googlegroups.com
hi,
I have this in my template <php if( {{@SESSION.lang }} == 'de') { ?> XX <?php } else { ?> ZZ <?php } ?>
and set in my controller $this->f3->set('SESSION.lang','de');
So can anyone say why i see both XX and ZZ
? thanks
ikkez
unread,
Oct 24, 2013, 10:59:24 AM10/24/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to f3-fra...@googlegroups.com
using a template (Template Class) does not accept php statements in your template file. That's why it's just renderes as simple html <php ...> tag and that's why you see both.