Path

7x / documentation / exponential / technical manual / 5.x / templates / basic template tasks / view_parameters inside node...


Caution: This documentation is for Exponential, from version 3.x to 6.x.
For 5.x documentation covering Platform see Exponential Platform Documentation, for difference between legacy and Platform see 5.x Architecture overview.

view_parameters inside node/view/line.tpl template

I can't retrive view_parameters under the template node/view/line.tpl.
  • Re: view_parameters inside node/view/line.tpl template

    Try using the 'global scope' hash, like this:
    {$#view_parameters.color}
    


Anonymous User (16/10/2007 6:07 pm)

Anonymous User (16/10/2007 6:07 pm)


Comments

  • Re: view_parameters inside node/view/line.tpl template

    Try using the 'global scope' hash, like this:
    {$#view_parameters.color}