Ejemplo n.º 1
0
    }
}
//*** Handle data manipulation request.
switch ($strCommand) {
    case CMD_SORT:
        switch ($intCatId) {
            case NAV_PCMS_ELEMENTS:
                Elements::sortChildren($intElmntId);
                $strCommand = CMD_LIST;
                break;
            case NAV_PCMS_TEMPLATES:
                Templates::sortChildren($intElmntId);
                $strCommand = CMD_LIST;
                break;
            case NAV_PCMS_LANGUAGES:
                ContentLanguage::sort($intElmntId);
                $strCommand = CMD_LIST;
                break;
            case NAV_PCMS_STORAGE:
                StorageItems::sortChildren($intElmntId);
                $strCommand = CMD_LIST;
                break;
        }
        break;
}
//*** Verify software version
require_once 'includes/inc.verify_version.php';
//*** Load the Template Parse methods.
require_once 'includes/inc.tplparse_head.php';
require_once 'includes/inc.tplparse_foot.php';
//*** Parse the HTML Header.