-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesigns.php
More file actions
28 lines (19 loc) · 752 Bytes
/
designs.php
File metadata and controls
28 lines (19 loc) · 752 Bytes
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
<?php include('partials/top.php'); ?>
<?php include('partials/wvu-header.php'); ?>
<?php include('partials/hsc-header.php'); ?>
<?php include('partials/site-header.php'); ?>
<div id="back" class="measure">
<div class="grp grp-one">
<div class="col col-one">
<h1>Designs</h1>
<p>Our list of designs that users have created.</p>
<?php include 'components/block.php' ?>
<?php include 'components/block.php' ?>
<?php include 'components/block.php' ?>
<?php include 'components/block.php' ?>
</div>
</div>
</div>
<?php include('partials/site-footer.php'); ?>
<?php include('partials/wvu-footer.php'); ?>
<?php include('partials/bottom.php'); ?>