소스 검색

Make orderpage, rq lvl is 25 (user)

tags/1week
kenn408k 6 년 전
부모
커밋
9abd11abc0
1개의 변경된 파일19개의 추가작업 그리고 0개의 파일을 삭제
  1. 19
    0
      content/order.php

+ 19
- 0
content/order.php 파일 보기

@@ -0,0 +1,19 @@
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
+
8
+Design::header($setup, 25);
9
+?>
10
+
11
+<div class="page">
12
+    <h1>Bestil</h1>
13
+    <div class="border"></div>
14
+    <br />
15
+    <p>Bestil en billet til event.</p>
16
+</div>
17
+
18
+<?php
19
+Design::footer(false);

Loading…
취소
저장