added contact footer on home V2

This commit is contained in:
Bachir Soussi Chiadmi
2015-07-16 15:02:15 +02:00
parent feef7951cd
commit 54f496acad
5 changed files with 71 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
<!-- start article.node -->
<article class="<?php print $classes; ?>">
<?php if ($page == 0): ?>
<?php if ($page == 0 && $title !== ""): ?>
<a href="<?php print $node_url?>"><h1 class="nodetitle"><?php print $title?></h1></a>
<?php endif; ?>
<section class="content">
<?php
hide($content['comments']);
@@ -12,7 +12,7 @@
print render($content);
?>
</section>
<?php //if ($submitted): ?>
<!-- <aside class="submitted"> -->
<?php //print $submitted?>
@@ -24,6 +24,6 @@
<?php print $links; ?>
</nav>
<?php endif; ?>
</article>
<!-- end article.node -->