| [ PHPXref.com ] | [ Generated: Sun Jul 20 21:17:54 2008 ] | [ Zoph 0.5.1 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 * This file is part of Zoph. 4 * 5 * Zoph is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * Zoph is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * You should have received a copy of the GNU General Public License 15 * along with Zoph; if not, write to the Free Software 16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 17 */ 18 require_once ("include.inc.php"); 19 20 $title = translate("About"); 21 $table_width = " width=\"" . DEFAULT_TABLE_WIDTH . "\""; 22 require_once ("header.inc.php"); 23 ?> 24 <h1><?php echo translate("about") ?></h1> 25 <div class="main"> 26 <h2>zoph</h2> 27 <p> 28 <?php echo translate("Zoph stands for <strong>z</strong>oph <strong>o</strong>rganizes <strong>ph</strong>otos.", 0) ?> 29 30 <?php echo translate("Zoph is free software.", 0) ?> 31 </p> 32 <p> 33 <?php echo sprintf(translate("Releases and documentation can be found at %s.", 0), "<a href=\"http://zoph.sourceforge.net/\">http://zoph.sourceforge.net/</a>") ?> 34 35 <?php echo sprintf(translate("Send feedback to %s.", 0), "<a href=\"mailto:zoph@roosnet.demon.nl\">zoph@roosnet.demon.nl</a>") ?> 36 </p> 37 <?php 38 if ($user->is_admin()) { 39 ?> 40 <br> 41 <table id="zophinfo"> 42 <?php echo create_field_html(get_zoph_info_array()) ?> 43 <?php 44 } 45 ?> 46 </table> 47 <p> 48 <?php echo sprintf(translate("Zoph version %s, released %s.", 0), VERSION, "12 March 2006") ?> 49 </p> 50 <p> 51 <?php echo translate("Originally written by Jason Geiger, now maintained by Jeroen Roos with thanks to the following for their contributions:", 0) ?> 52 </p> 53 <?php include ('credits.html'); ?> 54 </div> 55 56 <?php 57 require_once ("footer.inc.php"); 58 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |