<?php // ------------------------------------------------------------ // Stratos PHP Framework // Copyright (c) 2006-2007 Sephira Software, LLC // // This file is subject to the Stratos PHP Framework license // which you should have received along with this file. The // license is also accessible on the web at the following URI: // http://www.stratosframework.com/wiki/Manual/License // If you did not receive a copy of the Stratos PHP Framework // license or you are unable to obtain it through the web, // please send an e-mail to hide@address.com so a copy // can be sent to you. // ------------------------------------------------------------ /** * @author Joshua Carnett * @copyright Copyright (c) 2006-2007 Sephira Software, LLC * @license http://www.stratosframework.com/wiki/Manual/License * @package QuickAuth * @subpackage views */ ?> <h2>QuickAuth</h2> <div id="flashes"> <?php Stratos::printFlashes(); ?> </div>