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

Source for file about.php

Documentation is available at about.php

  1. <?php
  2. /**
  3.  * Run Digital Sitemap
  4.  * @author Robert Deutz (email contact@rdbs.net / site www.rdbs.de)
  5.  * @version $Id$
  6.  *
  7.  * @copyright Copyright (C) 2005-2007 run-digital
  8.  * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
  9.  *
  10.  *  This is free software
  11.  ***/
  12.  
  13. defined'RDCOMPONENT' or die'Restricted access' );
  14.  
  15. /**
  16.  * class RdSitemapControllerAbout
  17.  *
  18.  * @package RD_Sitemap
  19.  */
  20. {
  21.     /**
  22.      * Display the list of viewset
  23.      */
  24.     function display()
  25.     {
  26.         require_once(JPATH_COMPONENT.DS.'views'.DS.'about.php');
  27.         RdSitemapViewAbout::display);
  28.     }
  29.  
  30.     function cancel ()
  31.     {
  32.         $this->setRedirect'index.php?option=com_rd_sitemap' );
  33.     }
  34.  
  35. }
  36. ?>

Documentation generated on Thu, 23 Aug 2007 16:30:20 +0200 by phpDocumentor 1.3.2