/*
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
?>
|
|
Our Accreditation Standards
|
| Minimum Accreditation Standards
To be an accredited business with the BBB of Middle Tennessee & Southern Kentucky, an applicant must, at a minimum, meet the following criteria:
- Area Ties
Be in business in our service area (Middle Tennessee & Southern Kentucky) for not less than one year, or such longer period of time as necessary to evaluate an applicant's record, unless:
- The principals previously operated a similar firm with a satisfactory record in this or another BBB's service area, or
- The firm is a branch of an existing accredited business or company which has met these standards.
- Accredited Business Dues
Sign the Accredited Business Application and pay the appropriate dues and fees as set by the BBB.
- Background Info
Supply background information about the business, its principals and/or other information deemed essential to the BBB's responsibility to provide inquirers with factual reports which bear on the reliability of the business.
- Licensing
Fulfill all licensing and bonding requirements by applicable city, county, state and federal agencies and authorities, provide license numbers upon application for BBB accredited business status and provide periodic updates on request.
- Customer Service
Promptly respond to any and all complaints forwarded by your BBB, and make a good faith effort to resolve all such complaints in accordance with generally accepted good business practices.
- Headquarters Record
Be free from any unsatisfactory reports at the BBB in whose service area the company is headquartered.
- Arbitration
Comply with any decisions rendered through BBB arbitration programs in which the firm agrees to participate.
- Complaint Prevention
Cooperate with the BBB in efforts to eliminate the underlying cause of patterns of consumer complaints which the BBB may call to the business's attention.
- Self-regulation
Cooperate with the BBB's activities and efforts to promote voluntary self-regulation within the business's industry.
- Policy Adherence
Adhere to established BBB standards of advertising and selling, and cooperate with the BBB in matters relating thereto.
- Non-actionability
Be free from any governmental action concerning the marketplace and its consumers that demonstrates a significant failure of the business to support the principles and purposes of the BBB. Accredited business status must be suspended by the BBB's board when an action is filed if the allegations suggest such a failure.
- BBB Logo Integrity
Refrain from using the name or logo of the BBB for commercial, sales or advertising purposes in any manner not specifically authorized in writing by the BBB.
- Probity
Support the principles and purposes of the BBB and not engage in activity that reflects adversely on the BBB or its accredited businesses.
|
|
|
|
|