2007-12-12 16:29:16 +00:00
|
|
|
<?php
|
|
|
|
/***************************************************************************
|
2008-10-22 14:05:59 +00:00
|
|
|
Copyright (C) 2004, 2005 Scuttle project
|
|
|
|
http://sourceforge.net/projects/scuttle/
|
2007-12-12 16:29:16 +00:00
|
|
|
|
2008-10-22 14:05:59 +00:00
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
2007-12-12 16:29:16 +00:00
|
|
|
|
2008-10-22 14:05:59 +00:00
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
2007-12-12 16:29:16 +00:00
|
|
|
|
2008-10-22 14:05:59 +00:00
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
***************************************************************************/
|
2007-12-12 16:29:16 +00:00
|
|
|
|
2010-02-08 07:32:34 +00:00
|
|
|
require_once 'www-header.php';
|
2008-11-25 15:57:29 +00:00
|
|
|
|
2009-02-03 09:46:40 +00:00
|
|
|
$tplVars['pagetitle'] = T_('About');
|
2007-12-12 16:29:16 +00:00
|
|
|
$tplVars['subtitle'] = T_('About');
|
2008-12-05 07:25:04 +00:00
|
|
|
|
2007-12-12 16:29:16 +00:00
|
|
|
$templateservice->loadTemplate('about.tpl', $tplVars);
|
|
|
|
?>
|