Shop Script Free > Includes / Admin / Modules.php

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Shop Script Free

Download:
shop-script-free.zip

Category:
E Commerce

Archive Content:

Cfg

Extra

Images

Includes

Includes > Admin

Includes > Admin > Sub

Includes

Includes > Database > Install

Includes > Database

Includes

Includes > Language

Includes

Products Pictures

Smarty

Smarty > Core

Smarty > Plugins

Smarty

Templates

Templates > Tmpl1 > Admin

Templates > Tmpl1

Templates > Tmpl1 > Mail

Templates > Tmpl1

Templates C

Content:

Smarty

Images

Content:

Templates > Tmpl1

Modules.php:


<?php
/*****************************************************************************
 *                                                                           *
 * Shop-Script FREE                                                          *
 * Copyright (c) 2005 WebAsyst LLC. All rights reserved.                     *
 *                                                                           *
 ****************************************************************************/

    //ADMIN :: products and categories view

    //define admin department
    
$admin_dpt = array(
        
"id" => "modules",  //department ID
        
"sort_order" => 40,  //sort order (less `sort_order`s appear first)
        
"name" => ADMIN_MODULES,  //department name
        
"sub_departments" => array
        (
            array(
"id"=>"news",  "name"=>ADMIN_NEWS),
            array(
"id"=>"survey",  "name"=>ADMIN_VOTING),
            array(
"id"=>"cc",  "name"=>ADMIN_CC_PROCESSING)
        )
    );
    
add_department($admin_dpt);


    
//show new orders page if selected
    
if ($dpt == "modules")
    {
        
//assign admin main department template
        
$smarty->assign("admin_main_content_template",  $admin_dpt["id"].".tpl.html");
        
//assign subdepts
        
$smarty->assign("admin_sub_departments",  $admin_dpt["sub_departments"]);
        
//include selected sub-department
        
$smarty->assign("admin_sub_dpt",  "notavailable.tpl.html");
    }

?>


Other E Commerce Scripts:

WebMaster Resources Home

©RingsWorld.com