Template displays global variable names instead of values

Discussion in 'Troubleshooting' started by chriswallace, May 12, 2011.

  1. chriswallace

    chriswallace New Member

    Joined:
    Feb 6, 2010
    Messages:
    16
    There is a glitch somewhere. This was working fine until today. For some reason the signup form is not substituting the language tags in the template for the language string. We are seeing this "#_TPL_SIGNUP_NAME#" I've confirmed that the language file has loaded correctly as I'm able to call any of the GLOBALs before the form is displayed. Can anyone point me to the right place to get this fixed?

    None of my templates are displaying correctly now. I appreciate your help on this. Thanks!
  2. chriswallace

    chriswallace New Member

    Joined:
    Feb 6, 2010
    Messages:
    16
    Workaround

    I finally used {$smarty.const._TPL_CONSTANT_NAME} instead and it works great.

Share This Page