blob: bdc0cfbe55cb3b7f6958c49b5018ac31d7f6cf0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
/**
* structure_edit_inc
*
* @author Christian Fowler
* @package liberty
*/
// Copyright (c) 2004, Christian Fowler, et. al.
// All Rights Reserved. See below for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
// wiki books also use structure_edit_inc.php
require_once '../kernel/includes/setup_inc.php';
include_once( LIBERTY_PKG_INCLUDE_PATH.'structure_edit_inc.php');
|