<?php
// Copyright (c) MetaClass, 2003-2007
// Licensed under the Academic Free License version 3.0
includeClass('', 'pnt/web/pages');
/** Abstract superclass of PageParts.
* Generates html for a part of a page.
* @see http://www.phppeanuts.org/site/index_php/Menu/242
* @package pnt/web/parts
*/
class Part extends {