header_vars.php 253 B

1234567
  1. <?php
  2. // This file makes the helper available to the template
  3. if (!isset($projectBrandingHelper)) {
  4. // If it's not set, try to get it from the container. This is the failsafe.
  5. $projectBrandingHelper = $this->container["projectBrandingHelper"];
  6. }
  7. ?>