/*
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
?>
|
|
|
Middle Tennessee Headquarters
201 Fourth Avenue North, Suite 100
P.O. Box 198436
Nashville, TN 37219
Phone (615) 242-4222
Fax (615) 250-4245
Email BBBNash@gobbb.org
Tenn-Tucky Branch
214 Main Street
P.O. Box 1456
Clarksville, TN 37041
Phone (931) 503-2222
Fax (931) 503-2324
Email BBBClarks@gobbb.org
Central Tennessee Branch
530 Uptown Square
Murfreesboro, TN 37129
Phone (615) 242-4222
Fax (615) 867-3905
Email BBBMurf@gobbb.org
Tennessee Valley Area Branch
502 N. Garden St., Ste 201
Columbia, TN 38401
Phone (931) 388-9222
Fax (931) 374-9900
Email BBBTNVal@gobbb.org
Upper Cumberland Branch
18 North Jefferson Street
Cookeville, TN 38501
Phone (931) 520-0008
Fax (931) 520-0009
Email BBBCumberland@gobbb.org
Williamson County Branch
367 Riverside Drive, Suite 110
Franklin, TN 37064
Phone (615) 250-7431
Fax (615) 250-7433
Email BBBWilliamsonCty@gobbb.org
|
|
|
|
|