Initial commit

This commit is contained in:
Ben Ramey
2017-03-02 20:30:40 -06:00
commit ab3c6fc8d5
10773 changed files with 515124 additions and 0 deletions

26
_old/version_2/about.php Executable file
View File

@@ -0,0 +1,26 @@
<?php
#####################################################
# #
# written by benjamin ramey #
# ben.ramey@gmail.com #
# #
# best viewed with: #
# resolution = 1280x960 #
# tab = 4 spaces #
# indent = 8 spaces #
# #
# This file contains: #
# about page for bobsleighphotos.com #
# #
#####################################################################################################################
# CODE # COMMENTS #
#####################################################################################################################
include 'html/html_header.php';
$page = xml_parse_file($_DOC_ROOT.'/data/pages/about.xml');
html_print_xml_page($page['page']);
include 'html/html_footer.php';
?>