<?php /** * Perforce Swarm, Community Development * * @copyright 2015 Perforce Software. All rights reserved. * @license Please see LICENSE.txt in top-level folder of this distribution. * @version <release>/<patch> */ $this->headTitle()->set($project->getName())->append('Activity'); echo $this->projectToolbar($project); echo $this->activity('project-' . $project->getId()); ?>