<?php

// ---------------------------------------------------------------------------
//
// PIVOTX - LICENSE:
//
// This file is part of PivotX. PivotX and all its parts are licensed under
// the GPL version 2. see: http://docs.pivotx.net/doku.php?id=help_about_gpl
// for more information.
//
// $Id$
//
// ---------------------------------------------------------------------------


/**
 * This file is just a wrapper for 'render.php'. If you wish to use PivotX
 * 'embedded' in another website, just replace this file, and link to
 * pivotx/render.php instead.
 *
 */

require_once("pivotx/render.php");

?>
