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