blob: 7ae244b0ce69166659a76c8a70a676c68d32dfb5 (
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');
|