-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
28 lines (22 loc) · 768 Bytes
/
index.php
File metadata and controls
28 lines (22 loc) · 768 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 get_header(); ?>
<?php adelante_get_teaser(); ?>
<div id="content" class="<?php echo adelante_container_class; ?>">
<div id="main" class="<?php echo get_option('adelante_main_class'); ?>" role="main">
<div class="container">
<table>
<tr>
<td><?php adsensem_ad('ad-6'); ?></td>
<td><?php adsensem_ad('ad-7'); ?></td>
<td><?php adsensem_ad('ad-8'); ?></td>
</tr>
</table>
<?php get_template_part('loop', 'index'); ?>
</div>
</div><!-- /#main -->
<aside id="sidebar" class="<?php echo get_option('adelante_sidebar_class'); ?>" role="complementary">
<div class="container">
<?php get_sidebar(); ?>
</div>
</aside><!-- /#sidebar -->
</div><!-- /#content -->
<?php get_footer(); ?>