<?php /* * buzzword * Copyright (c) 2003 Jon Tai * * $Id: index.php 334 2004-04-18 01:35:29Z jon $ * * This file is part of buzzword. * * buzzword 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. * * buzzword 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. * * You should have received a copy of the GNU General Public License * along with buzzword; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ require_once './config.inc'; include_once '../includes/header.inc'; ?> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td id="content"> <h1>about</h1> <div class="content-container"> <h2>About Buzzword</h2> <p>This site is powered by Buzzword, a PHP/MySQL home page suite. For more information, visit the <a href="http://buzzword.sourceforge.net">Buzzword home page</a>. <h2>About This Module</h2> <p>This "about page" module is intended as an example for adding your own custom buzzword modules.</p> <p>If you would like to have an "about page" for you or your organization, just replace the contents of this page with information about you or your organization.</p> </div> </td> </tr> </table> <?php include_once '../includes/footer.inc'; ?>