-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject_layout_1.php
40 lines (36 loc) · 953 Bytes
/
project_layout_1.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
38
39
40
<?php defined('AUTOMAD') or die('Direct access not permitted!'); ?>
<@ snippets/header.php @>
<div class="overflow-hidden">
<div class="container">
<div class="row d-flex align-items-stretch">
<div class="col-lg-3 order-2 order-lg-0">
<@ snippets/sidebar.php @>
</div>
<div class="col-lg-9 order-1 order-lg-0 py-5">
<h1 class="mb-3">@{ title }</h1>
<@ if @{ date } or @{ tags } @>
<p class="mb-5">
<@ snippets/date.php @>
<@ snippets/tags.php @>
</p>
<@ end @>
<@ snippets/carousel.php @>
<div class="lead my-5">
<@ snippets/text_teaser.php @>
</div>
<@ snippets/text.php @>
</div>
</div>
</div>
</div>
<@ newPagelist {
type: 'related',
filter: @{ ?filter },
sort: @{ sortPages }
} @>
<@ if @{ :pagelistCount } @>
<div class="border-top py-3">
<@ snippets/pagelist_projects.php @>
</div>
<@ end @>
<@ snippets/footer.php @>