Forums / Cotonti / Core Labs / Archive / XTemplate 2.0

Brand new minimalistic implementation

Trustmaster
#14821 2009-07-23 19:34
  1. You must not use parenthesis () in conditions
  2. Do not quote the integers
  3. Equal is == not =
  4. If it is not in users.profile.tpl, then {PHP.usr.profile.user_maingrp} is not valid because it is defined only in users.profile.inc.php. For any template file you should use {PHP.usr.maingrp} instead which is global.
May the Source be with you!