* 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(); ?>
echo $html->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.')';
}
?>
link('Enquiries', '/enquiries/index'); ?>
- link('Enquiry Register', '/enquiries/index'); ?>
link('Customers', '/customers/index'); ?>
- link('Customer Index', '/customers/index'); ?>
- link('Add Customer', '/customers/add'); ?>
link('Contacts', '/contacts/index'); ?>
- link('Contact Index', '/contacts/index'); ?>
link('Products', '/products/index'); ?>
- link('Product Index', '/products/index'); ?>
- link('Add Product', '/products/add'); ?>
link('Quotes', '/quotes/index'); ?>
- link('Quote Index', '/quotes/index'); ?>
- link('New Quote', '/quotes/add'); ?>
- link('Find Quote', '/quotes/find'); ?>
link('Principles', '/principles/index'); ?>
- link('Principle Index', '/principles/index'); ?>
- link('Add Principle', '/principles/add'); ?>
link('Users', '/users/index'); ?>
- link('Users Index', '/users/index'); ?>
- link('Add User', '/users/add'); ?>
link('Help', '/pages/help'); ?>
- link('About', '/pages/about'); ?>
check('Message.flash')):
$session->flash();
endif;
?>