Very new to this, so please forgive my ignorance.

All I want to do is insert my store name in the privacy policy. So, I just inserted the code below, thinking that it would inherit STORE_NAME from somewhere.

Code:
<?php echo "$STORE_NAME"; ?>
This didn't work, so is there something I have to do to gain access to the Zen variables from .php files ?

Cheers !