Initial commit
This commit is contained in:
26
_old/version_2/about.php
Executable file
26
_old/version_2/about.php
Executable 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';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user