* Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @filesource * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.layouts * @since CakePHP(tm) v 0.10.0.1076 * @version $Revision: 7118 $ * @modifiedby $LastChangedBy: gwoo $ * @lastmodified $Date: 2008-06-04 13:49:29 -0700 (Wed, 04 Jun 2008) $ * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ ?> charset(); ?> <?php __('CMC'); ?> <?php echo $title_for_layout; ?> meta('icon'); ?> css('quotenik'); echo $javascript->link('prototype'); echo $javascript->link('scriptaculous'); echo $javascript->link('qtip'); echo $scripts_for_layout; ?>
link('Login', '/users/login'); } else { $logoutlink = $html->link('Logout', '/users/logout'); echo "Logged in as: ". $html->link($currentuser['User']['username'], '/users/view/'. $currentuser['User']['id']). ' (' . $logoutlink.')'; } ?>
check('Message.flash')): $session->flash(); endif; ?>