-
Notifications
You must be signed in to change notification settings - Fork 8
/
page_levels.php
37 lines (24 loc) · 923 Bytes
/
page_levels.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?php $sectionLocation="levels"; $pageLocation="levels"; include('includes/include-head.php') ?>
<body class="<?php echo $sectionLocation ?>">
<div class="wrapper">
<?php include('includes/include-header.php'); ?>
<txp:if_individual_article>
<txp:if_section name="levels">
<article>
<txp:article form="levels_detail" />
</article>
<txp:else />
<article>
<txp:article form="article_detail" />
</article>
</txp:if_section>
<txp:else />
<h2>Levels_list</h2>
<txp:article form="levels_list" pgonly="0" status="4" />
<txp:article_list form="levels_list" status="live" />
</txp:if_individual_article>
</div> <!-- END .wrapper -->
<?php include('includes/include-footer.php') ?>
<?php include('includes/include-scripts.php') ?>
</body>
</html>