File: histo.demo.php

package info (click to toggle)
phpgedview 4.0.2.dfsg-4
  • links: PTS
  • area: main
  • in suites: etch
  • size: 24,864 kB
  • ctags: 19,056
  • sloc: php: 134,404; xml: 3,379; makefile: 16; sh: 12
file content (14 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/**
 * File used to display Historical facts on individual page
 *
 * Each line is a GEDCOM style record to describe an event, including newline chars (\n)
 * File to be renamed : histo.xx.php where xx is language code
 * File included in : person_class.php
 *
 * $Id: histo.demo.php,v 1.1.2.1 2005/08/30 09:01:57 opus27 Exp $
 */

$histo[] = "1 EVEN\n2 TYPE History\n2 DATE 11 NOV 1918\n2 NOTE WW1 Armistice";
$histo[] = "1 EVEN\n2 TYPE History\n2 DATE 8 MAY 1945\n2 NOTE WW2 Armistice";
?>