/*
THIS LICENSE HEADER MUST REMAIN INTACT FOR LEGAL USE!
Pagefusion; Pagefusion Core Platform
Description: A powerful, easy-to-use, and highly customizable content management system.
Copyright (C), 2009 Pagefusion.com, All Rights Reserved.
Author: Chris Davis, chris@pagefusion.com
Support site: www.pagefusion.com
Filename: /modules/pf_breadcrumb/actions.php
Description: (see schema.xml for detailed description)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
include_once($_SERVER["DOCUMENT_ROOT"] . "/modules/pf_breadcrumb/functions.php");
$tab_id = $_REQUEST["tab_id"];
$actions_passed = "Y";
if ($A == "pf_breadcrumb" && $SA == "deleteMod" && $MID == $currentMID) { // DELETE (move to recycle bin)
include_once($_SERVER["DOCUMENT_ROOT"] . "/libraries/core/actions/module_delete.php");
} elseif ($A == "pf_breadcrumb" && $SA == "restoreMod" && $MID == $currentMID) { // RESTORE
include_once($_SERVER["DOCUMENT_ROOT"] . "/libraries/core/actions/module_restore.php");
} elseif($A == "pf_breadcrumb" && $SA == "purgeMod" && $MID == $currentMID) { // PURGE
include_once($_SERVER["DOCUMENT_ROOT"] . "/libraries/core/actions/module_purge.php");
} elseif($A == "pf_breadcrumb" && $SA == "config" && $MID == $currentMID && $_SESSION["acct_admin"] == "Y") { // ADDITIONAL CONFIG
include_once($_SERVER["DOCUMENT_ROOT"] . "/modules/pf_breadcrumb/actions/config.php");
} elseif ($A == "pf_breadcrumb" && $SA == "configUpdate" && $tab_id == "1" && $MID == $currentMID && $_SESSION["acct_admin"] == "Y") { // ADDITIONAL CONFIGUPDATE
include_once($_SERVER["DOCUMENT_ROOT"] . "/modules/pf_breadcrumb/actions/config_update.php");
} // if
// config
if ($_REQUEST["areq"]) {
include_once($_SERVER["DOCUMENT_ROOT"] . "/libraries/core/actions/module_config.php");
} // if
// OUTPUT
if (!$noOutput) {
include_once($_SERVER["DOCUMENT_ROOT"] . "/modules/pf_breadcrumb/actions/output.php");
} // if
?>
|
|
|

BBB Continues Effort to Provide Consumer Information to College Students
|
| 2011-09-12 |
|
(Lexington, KY) - University of Kentucky students who live in four off-campus apartment complexes will receive free informational magnets from the Better Business Bureau of Central & Eastern Kentucky.
The rectangular magnets are being distributed by UK Off-Campus Student Services to the following student apartment communities: The Lex, Newtown Crossing, Red Mile Village and The Courtyards. Apartment managers have agreed to get one magnet to each unit at their complexes while supplies last.
"The BBB wants college students to know that the BBB is available for advice to them as they begin living on their own. They may come across situations where they need help checking out a business, avoiding a scam, or other information," said Jack Frank, President & CEO of the BBB of Central & Eastern Kentucky. "The magnets contain the phone number and web address for the BBB, as well as those for several local, state and federal government agencies that can provide information students might need."
The BBB is grateful to the UK Off-Campus Student Services Office, as well as the apartment communities, for their assistance in this educational outreach effort. Any students who wish to contact the BBB for advice are welcome to do so by calling (859) 259-1008 or logging on to www.bluegrass.bbb.org.
* * * * * *
Contact the Better Business Bureau of Central & Eastern Kentucky to check out companies, charities, or to report problems and scams by calling the Lexington office at (859) 259-1008 or toll-free 1-800-866-6668 or the Somerset office at (606) 678-2014. Services are also available by logging on to www.bluegrass.bbb.org.
|
|
|
|
|