Hits: 16203

List

Try: ca/tecreations/ViewFile.php -- Online


<?php
require_once $_SERVER['DOCUMENT_ROOT'] . "/tec_SiteRoot.php";

include_once "html_start.php";
?>
    <meta charset="UTF-8">
</head>
<body>
<?php
    include_once "html_brand_menu_start.php";
    include_once "menu/menuRoot.php";
    include_once "html_brand_menu_stop.php";
?>
<div class="jumbotron padded">
  <p>It's Jesus! My Saviour, My Lord, My God. Jesus Christ! My Father in Heaven. The Holy Spirit. Have you seen?</P>
    <p>Made with &#x2764;&#xfe0f; in <img src="/ca/tecreations/canada_flag.png" />, in Heisler, in Battle River -- Crowfoot, in Alberta.</p>
    <p><a href="/ca/tecreations/List.php">List</a></p>
    <p><a href="/ca/tecreations/ViewFile.php">View File</a></p>
    <p><a href="/ca/tecreations/library_en.php">Library -- English</a></p>
    <p><a href="/ca/tecreations/library_fr.php">Biblioth&egrave;que -- Fran&ccedil;ais Canadien</a></p>
</div> 
<hr />
<?php
    require_once "page_content.php";
?>
<hr />
<?php
    include_once "todays_insertion.php";
?>
<hr />
<?php
    include_once "todays_chat.php";
?>
<hr />
<?php
    include_once "tims_today.php";
?>
<hr />
<?php
    require_once "footer.php";
?>
</body>
<?php
    require_once "FunctionsJQuery.php";
?>
</html>