RD_Sitemap
[
class tree: RD_Sitemap
] [
index: RD_Sitemap
] [
all elements
]
Packages:
RD_Sitemap
adapter
Source for file about.php
Documentation is available at
about.php
<?php
/**
* Run Digital Sitemap
*
@author
Robert Deutz (email contact@rdbs.net / site www.rdbs.de)
*
@version
$Id$
*
*
@copyright
Copyright (C) 2005-2007 run-digital
*
@license
http://www.gnu.org/copyleft/gpl.html GNU/GPL
*
* This is free software
***/
defined
(
'RDCOMPONENT'
)
or
die
(
'Restricted access'
)
;
/**
* class RdSitemapControllerAbout
*
*
@package
RD_Sitemap
*/
class
RdSitemapControllerAbout
extends
RdController
{
/**
* Display the list of viewset
*/
function
display
(
)
{
require_once
(
JPATH_COMPONENT
.
DS
.
'views'
.
DS
.
'about.php'
)
;
RdSitemapViewAbout
::
display
(
)
;
}
function
cancel
(
)
{
$this
->
setRedirect
(
'index.php?option=com_rd_sitemap'
)
;
}
}
?>
Documentation generated on Thu, 23 Aug 2007 16:30:20 +0200 by
phpDocumentor 1.3.2