-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebar.php
37 lines (30 loc) · 845 Bytes
/
sidebar.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
/**
* The sidebar containing the main widget area
*
*/ ?>
<div class="sidebar col-xs-12 col-md-4">
<div class="row">
<?php if( dynamic_sidebar('widget-area-category') ); ?>
<?php include('partials/latestnews.php'); ?>
<div class="col-sm-6 col-md-12">
<div class="content-block bg-blue">
<h3>Neem contact met ons op</h3>
<br>
<p>Gebouw Atrium<br>
Strawinskylaan 3145 <br>
1077 ZX Amsterdam <br>
Nederland <br>
Telefoon: 020 – 123 4567 <br>
E-mail: info@legalnetwork.nl
</p>
</div>
</div>
<!-- <div class="col-sm-6 col-md-12">
<div class="content-block bg-blue">
<h3>Waarom The Legal Company?</h3>
<a href="#">lees het hier</a>
</div>
</div> -->
</div> <!-- end row -->
</div> <!-- end cols -->