So I\'m using a PHP framework called fuelphp, and I have this page that is an HTML file, so I can\'t use PHP in it. I have another file tha
Use defined() function, for example:
if (defined('VAR_NAME')) { // Something }