-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome_lte_old.php
33 lines (26 loc) · 1.18 KB
/
home_lte_old.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
<?php if(!isset($Translation)){ @header('Location: index.php'); exit; } ?>
<?php include_once("{$currDir}/header.php"); ?>
<!-- Main content -->
<!--------------------------
| Your Page Content Here |
-------------------------->
<div class="col-lg-3 col-xs-6">
<!-- small box -->
<div class="small-box bg-aqua">
<div class="inner">
<h3>
<?php
echo '1.000';
?>
</h3>
<p>New Orders</p>
</div>
<div class="icon">
<i class="fa fa-shopping-cart"></i>
</div>
<a href="orders_view.php" class="small-box-footer">
More info <i class="fa fa-arrow-circle-right"></i>
</a>
</div>
</div>
<?php include_once("$currDir/footer.php"); ?>