Visa källkod

Nedanstående filer finns i denna katalog. Klicka på en fil för att visa dess innehåll.

bth-cards/

  1. .buildpath
  2. .project
  3. CCard.php
  4. CCardHand.php
  5. CDeck.php
  6. argyle.jpg
  7. card.php
  8. common.php
  9. deck.php
  10. grunge.jpg
  11. hand.php
  12. index.php
  13. sessDest.php
  14. sessions.php
  15. sessions_mroos.php
  16. source.php
  17. template.php
  18. tiles.jpg

Stäng "template.php"

<?php

// ===============================================================
// Contents: Exempelsida.
// Author: Staffan Lindsgård
// ===============================================================

$pagetitle = "Template page";
$customhead = "";

require_once "common.php";
echo $page_top;
?>

<h1>Innehåll</h1>
<p>Lorem ipsum dolor sit amet, und so weiter.</p>

<?php
echo $page_bottom;
?>