liberty
[ class tree: liberty ] [ index: liberty ] [ all elements ]

Source for file display_structure_inc.php

Documentation is available at display_structure_inc.php

  1. <?php
  2. /**
  3.  * display_structure_inc
  4.  *
  5.  * @author   spider <spider@steelsun.com>
  6.  * @version  $Revision$
  7.  * @package  liberty
  8.  * @subpackage functions
  9.  */
  10.  
  11. /**
  12.  * required setup
  13.  */
  14. global $gContent;
  15. include_onceLIBERTY_PKG_PATH.'lookup_content_inc.php' );
  16. ifis_object$gContent && $gContent->isValid() ) {
  17.     $gBitSystem->setBrowserTitle$gStructure->getRootTitle().' : '.$gContent->getTitle() );
  18.     $gBitSystem->setCanonicalLink$gContent->getDisplayUrl() );
  19.     include $gContent->getRenderFile();
  20. else {
  21.     $gBitSystem->fatalErrortra'Page cannot be found' )NULLNULLHttpStatusCodes::HTTP_GONE );
  22. }

Documentation generated on Wed, 29 Jul 2015 13:56:23 +0000 by phpDocumentor 1.5.0-lsces