Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 8th, 2012  |  syntax: PHP  |  size: 0.35 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?php
  2. /**
  3.  * XXXX
  4.  *
  5.  * This file is part of the Xxxx web application.
  6.  *
  7.  * @category   Xxx
  8.  * @package    Directory
  9.  * @subpackage Views
  10.  * @copyright  Copyright (c) 2012 Xxxx, Inc. (http://www.xxxx.com)
  11.  */
  12.  
  13. $this->headTitle('Create an Account');
  14.  
  15. ?>
  16.  
  17. <h1>Claim Page Placeholder</h1>
  18. Activity ID: <?php echo $this->claim->activity_id; ?>