* TomatoCart Open Source Shopping Cart Solution
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License v3 (2007)
 * as published by the Free Software Foundation.
 *
 * @package      TomatoCart
 * @author       TomatoCart Dev Team
 * @copyright    Copyright (c) 2009 - 2012, TomatoCart. All rights reserved.
 * @license      http://www.gnu.org/licenses/gpl.html
 * @link         http://tomatocart.com
 * @since        Version 1.1.8
 * @filesource
*/
$departments = array();
$Qlisting = toC_Departments::getListing();
while ($Qlisting->next()) {
    $departments[] = array('id' => $Qlisting->value('departments_email_address'), 'text' => $Qlisting->value('departments_title'));
    $departments_description[$Qlisting->value('departments_email_address')] = $Qlisting->value('departments_description');
}
?>

<?php 
if ($messageStack->size('contact') > 0) {
    echo $messageStack->output('contact');
}
?>

<h1><?php 
echo $osC_Template->getPageTitle();
?>