Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem assigning variable #20

Open
seniorpreacher opened this issue Sep 18, 2013 · 1 comment
Open

Problem assigning variable #20

seniorpreacher opened this issue Sep 18, 2013 · 1 comment

Comments

@seniorpreacher
Copy link

Hi,
First of all, thank you for this nice extension!

Secondly, I have a little problem:

How could I assign a Controller parameter in a View?
I mean, I tried this {% set this.pageTitle = "Title" %} and I get an 'Unexpected token "punctuation" of value "." ' error.
I don't want to put more logic into the view, then just like this.

Is this possible somehow?

@pacahon
Copy link

pacahon commented Oct 24, 2013

Maybe it's too late, but I guess {% set pageTitle = "Title" %} can solve your problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants