"OdenseTrack" is a school assignment/project from AspIT https://aspit.dfine.net/odensetrack
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

order.php 396B

12345678910111213141516171819
  1. <?php
  2. $setup = array();
  3. $setup['title'] = "Bestil";
  4. $setup['headline'] = "Odense Track - Bestil";
  5. $setup['keywords'] = "bestil,bestilnu,betal,order";
  6. $setup['description'] = "Odense Track Bestillingsside";
  7. Design::header($setup, 25);
  8. ?>
  9. <div class="page">
  10. <h1>Bestil</h1>
  11. <div class="border"></div>
  12. <br />
  13. <p>Bestil en billet til event.</p>
  14. </div>
  15. <?php
  16. Design::footer(false);