Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
In the pages tag want to set the masterpage dynamically to <k_page_name>.php

This works: <cms:show k_page_name />.php
Result is: teams.php

But this does not work: <cms:pages masterpage='<cms:show k_page_name />.php' >
Result is: ERROR: Tag "pages": masterpage '<cms :show k_page_name />.php' not found

Note the extra space between <cms and :show which is *not* present in my code.

What am I doing wrong?
"I have never tried that before, so I think I should definitely be able to do that" - Pippi Longstocking
What am I doing wrong?
You are using the wrong quotes.

Please see the following for a full discussion of this topic -
http://docs.couchcms.com/concepts/setti ... eters.html

Hope it helps.
And...... it works !
Thanks again !
"I have never tried that before, so I think I should definitely be able to do that" - Pippi Longstocking
3 posts Page 1 of 1
cron