Everyone Hi, you can use normal PHP in the templates. That way it should be possible to use any constant in a template mixes with the template language as follows:
<?php echo AM_ANY_CONSTANT; ?>
Please note that PHP is parsed before the template language. But that shoudn't be a problem here since constants can't be redefined.